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

incompatibility with Pandas 2.x / pd.DataFrame.iteritems #2460

Closed
michael72 opened this issue Jul 14, 2023 · 2 comments · Fixed by #2461
Closed

incompatibility with Pandas 2.x / pd.DataFrame.iteritems #2460

michael72 opened this issue Jul 14, 2023 · 2 comments · Fixed by #2461

Comments

@michael72
Copy link
Contributor

Pandas 1.5 deprecated and v2 removed DataFrame.iteritems completely since the items function has been present all along:

iteritems is still used - at least - in plot.py - therefore get_forecast_component_plotly_props won't work with Pandas 2.x

see also:
pandas-dev/pandas#45321

@frbelotto
Copy link

frbelotto commented Aug 29, 2023

Is this really solved? I am still facing it on prophet 1.1.4 (using plot_components_plotly)

@michael72
Copy link
Contributor Author

@frbelotto 1.1.4 is from May and doesn't contain the fix yet

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

Successfully merging a pull request may close this issue.

2 participants