santosjorge / cufflinks

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

after update pandas to 2.2.0 site-packages/cufflinks/plotlytools.py:117: FutureWarning: #285

Open Rob-Hulley opened 7 months ago

Rob-Hulley commented 7 months ago

I am using cufflinks with plotly and noticed since upgrading pandas to v2.2.0 I am now getting warnings about a future deprecated option Is cufflinks going to be updated to resolve this?

Thanks

Rob

/home/rob/.pyenv/versions/3.11.5/lib/python3.11/site-packages/cufflinks/plotlytools.py:117: FutureWarning: DatetimeIndex.format is deprecated and will be removed in a future version. Convert using index.astype(str) or index.map(formatter) instead.

/home/rob/.pyenv/versions/3.11.5/lib/python3.11/site-packages/cufflinks/plotlytools.py:117: FutureWarning: DatetimeIndex.format is deprecated and will be removed in a future version. Convert using index.astype(str) or index.map(formatter) instead.

Pip list cufflinks 0.17.3 pandas 2.2.0 plotly 5.18.0

I did try cufflinks1, I get same error from line 118.