Open
Description
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 pandas rolling.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