A custom QAbstractTableModel taking a Pandas DataFrame as input.
More...
A custom QAbstractTableModel taking a Pandas DataFrame as input.
- See also
- https://www.mfitzp.com/tutorials/qtableview-modelviews-numpy-pandas/
◆ __init__()
| enlighten.Plugins.TableModel.TableModel.__init__ |
( |
| self, |
|
|
| df ) |
◆ columnCount()
| enlighten.Plugins.TableModel.TableModel.columnCount |
( |
| self, |
|
|
| index ) |
◆ data()
| enlighten.Plugins.TableModel.TableModel.data |
( |
| self, |
|
|
| index, |
|
|
| role ) |
◆ headerData()
| enlighten.Plugins.TableModel.TableModel.headerData |
( |
| self, |
|
|
| section, |
|
|
| orientation, |
|
|
| role ) |
◆ rowCount()
| enlighten.Plugins.TableModel.TableModel.rowCount |
( |
| self, |
|
|
| index ) |
◆ _df
| enlighten.Plugins.TableModel.TableModel._df = df |
|
protected |
The documentation for this class was generated from the following file: