perslab / depict

DEPICT code, instructions and an example
GNU General Public License v3.0
48 stars 23 forks source link

Pandas 0.17 has deprecated DataFrame.sort() #9

Open fladi opened 6 years ago

fladi commented 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().