You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: