Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 635 Bytes

File metadata and controls

19 lines (13 loc) · 635 Bytes

PandasDataFramePyQtModel

Simple conviennce model of QAbstractTableModel with pandas dataframe. Contains base classes with built in features predefined, like tooltips, etc.

Installation

The Wizard will guide you through the package installation process.

Test Install Command: pip install --user --dry-run --editable . From inside the folder that contains setup.py, if the dry run looks reasonable, run without --dry-run to install in user directory as an editable package.

Usage

PandasDataFrameModel class from MyModels.TableModel import PandasDataFrameModel

Testing

To test simply: python -m MyModels.TableModel