santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.03k stars 676 forks source link

QuantFig: ix-indexer is deprecated #204

Closed kenqcl closed 5 years ago

kenqcl commented 5 years ago

When using quant_figure, there is an deprecation message:

site-packages\cufflinks\quant_figure.py:149: FutureWarning:

.ix is deprecated. Please use
.loc for label based indexing or
.iloc for positional indexing

See the documentation here:
http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#ix-indexer-is-deprecated