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

deps(pandas): address frequency alias deprecations in generate_series #139

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Nov 28, 2024

Providing freq='M' or freq='H'to generate_series produces deprecation warnings, but providing the recommended aliases doesn't produce series with seasonality, this fixes that by using the pandas offsets as the keys of the seasonalities dict.

Also removes plotly and plotly_resampler from the compat module, because importing those can take a long time and introduce overhead when importing statsforecast, for example.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez merged commit 0afcf9a into main Nov 28, 2024
21 checks passed
@jmoralez jmoralez deleted the deprecations branch November 28, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant