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
Trying to run asv benchmarks is yielding
File "/Users/williamayd/Git/pandas/asv_bench/benchmarks/gil.py", line 3, in <module> from pandas import (DataFrame, Series, rolling_median, rolling_mean, ImportError: cannot import name 'rolling_median'
3597de0 removed pd.rolling_* functions but it looks like asv_bench/benchmarks/gil.py is still trying to import them, hence the error
asv_bench/benchmarks/gil.py
cc @topper-123
The text was updated successfully, but these errors were encountered:
xref #19518
I have this fixed in #19236, so it should be fixed soon.
Sorry, something went wrong.
Ah OK good to know. I'll close this one out then as it looks like this is already accounted for
No branches or pull requests
Trying to run asv benchmarks is yielding
3597de0 removed pd.rolling_* functions but it looks like
asv_bench/benchmarks/gil.py
is still trying to import them, hence the errorcc @topper-123
The text was updated successfully, but these errors were encountered: