-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add rolling.rank() same as pandas #8677
Comments
Thanks for opening your first issue here at xarray! Be sure to follow the issue template! |
It would be even better if skewness and kurtosis functions could be added. Thanks a lot! |
Someone would need to look more, but possibly this is hooking up bottleneck's |
Hi, max-sixty. Thanks for your reply! |
Is your feature request related to a problem?
Dear xarray maintainers,
I would like to express my heartfelt gratitude for the significant optimizations your xarray library has brought to my project. Xarray combines the speed of numpy with the highly customizable parameters of pandas. The extensive parameters in the
rolling
module have allowed me to achieve functionality similar to pandas more efficiently.I am wondering if it would be possible to incorporate a ranking method for rolling windows, including the ability to specify parameters such as
pct
, similar to the pandasrolling.rank
function. Your consideration of this feature would be greatly appreciated.Once again, thank you for your contributions!
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: