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

Attempt to fix deprecated function #14

Open inkenbrandt opened 8 years ago

inkenbrandt commented 8 years ago

FutureWarning: sort(columns=....) is deprecated, use sort_values(by=.....)