I would like to display a pandas data frame in a PyQt table. I have made some progress with this, but have not been able to correctly derive the Table Model class. Any help with
Pandas 0.13 provides as an experimental feature:
PySide support for the qtpandas DataFrameModel and DataFrameWidget
DataFrameModel
DataFrameWidget
see https://github.com/pydata/pandas/blob/master/doc/source/faq.rst
you can add this feature using
from pandas.sandbox.qtpandas import DataFrameModel, DataFrameWidget