Open fladi opened 6 years ago
Deprecation happened in release 0.17 of Pandas:
http://pandas.pydata.org/pandas-docs/version/0.17/generated/pandas.DataFrame.sort.html
Replace invocations of DataFrmae.sort() with DataFrame.sort_values().
Deprecation happened in release 0.17 of Pandas:
http://pandas.pydata.org/pandas-docs/version/0.17/generated/pandas.DataFrame.sort.html
Replace invocations of DataFrmae.sort() with DataFrame.sort_values().