We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pandas 1.5 deprecated and v2 removed DataFrame.iteritems completely since the items function has been present all along:
DataFrame.iteritems
items
iteritems is still used - at least - in plot.py - therefore get_forecast_component_plotly_props won't work with Pandas 2.x
iteritems
plot.py
get_forecast_component_plotly_props
see also: pandas-dev/pandas#45321
The text was updated successfully, but these errors were encountered:
Is this really solved? I am still facing it on prophet 1.1.4 (using plot_components_plotly)
Sorry, something went wrong.
@frbelotto 1.1.4 is from May and doesn't contain the fix yet
Successfully merging a pull request may close this issue.
Pandas 1.5 deprecated and v2 removed
DataFrame.iteritems
completely since theitems
function has been present all along:iteritems
is still used - at least - inplot.py
- thereforeget_forecast_component_plotly_props
won't work with Pandas 2.xsee also:
pandas-dev/pandas#45321
The text was updated successfully, but these errors were encountered: