-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Remove unsupported parameters in Resampler.mean
#48803
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
Comments
Hi, can I work on this issue ? |
take |
Feel free, contributions welcome |
sure, then can you assign it to me? |
@mhaoda |
take |
This was referenced Oct 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.core.resample.Resampler.mean.html
Documentation problem
According to the comment, numba engine hasn't be implemented for
resample
.However, the reference document says that they are supporting the numba engine.
Suggested fix for documentation
Please remove 'engine', 'engine_kwargs' in
parameters
section.The text was updated successfully, but these errors were encountered: