Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rob-Hulley opened this issue Feb 6, 2024 · 0 comments

Comments

@Rob-Hulley
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant