datalyze-solutions / pandas-qt

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

A start at compatibility for python 3.5 - PySide and Qt4. #18

Open zbarge opened 7 years ago

zbarge commented 7 years ago

The CSVDialog will import .txt and .xlsx files using the superReadFile method added to the utilities file. Pandas is really good at throwing errors if you get the encoding wrong, so if you rely on that you can try a few different codecs and the user experience is a lot nicer when importing the file getting immediate preview results (with header).