santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

Replace df.ix with df.loc in tools.py #249

Closed andreicap closed 3 years ago

andreicap commented 4 years ago

pandas.DataFrame.ix is deprecated and does not work in newer versions.

andreicap commented 4 years ago

Fixes #236, #245

skupr-anaconda commented 11 months ago

But tests.py file hasn't been fixed https://github.com/santosjorge/cufflinks/blob/b973f3a0f689816139de6c68855ab65ffec15567/tests.py#L76