szilard / benchm-databases

A minimal benchmark of various tools (statistical software, databases etc.) for working with tabular data of moderately large sizes (interactive data analysis).
90 stars 17 forks source link

fix deprecated pandas sort method #8

Closed gdahlm closed 7 years ago

gdahlm commented 7 years ago

pandas.DataFrame.sort() was deprecated in pandas 0.18 and removed in 0.20 so the script no longer works.

This is a simple change but will allow it to work with modern pip installs of pandas.

http://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.DataFrame.sort.html