datalyze-solutions / pandas-qt

Utilities to use pandas (the data analysis / manipulation library for Python) with Qt.
https://github.com/draperjames/qtpandas
MIT License
57 stars 24 forks source link

Add PyQt5 support #2

Open rominf opened 9 years ago

rominf commented 9 years ago

See my fork of pandas: https://github.com/rominf/pandas/blob/master/pandas/sandbox/qtpandas.py

datalyze-solutions commented 9 years ago

Hi, I don't have enougth time at the moment (there are so much presents waiting to be packed :smiley: ). But I think I've time in january. Maybe you can folk the pandas-qt repo and try the PyQt5 support with it?

rominf commented 9 years ago

@datalyze-solutions, ОК, I'll think about that. I don't have time too :(

dmopalmer commented 8 years ago

I just submitted a pull request that supports all pythons (2.7 and 3.5), all interfaces (PySide, PyQt4, PyQt5).

It doesn't work perfectly. I am not a person who will make it work perfectly. It is an improvement.

kaotika commented 8 years ago

Many thanks for the extensive contribution. I will check and add it.