-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Wrap bottleneck for fast moving window aggregations #130
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
Milestone
Comments
Wrapping bottleneck for operations like |
Some further thoughts:
|
There's been some related discussion about a better API for the rolling aggregation functions in pandas recently: pandas-dev/pandas#10702 |
closed via #668 |
keewis
pushed a commit
to keewis/xarray
that referenced
this issue
Jan 17, 2024
* Fix pointer not at the start of the file error * whatsnew Co-authored-by: William Roberts <wroberts@hadamard.ssec.wisc.edu> Co-authored-by: Tom Nicholas <thomas.nicholas@columbia.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like pandas, we should wrap bottleneck to create fast moving window operations and missing value operation that can be applied to xray data arrays.
As xray is designed to make it straightforward to work with high dimensional arrays, it would be particularly convenient if bottleneck had fast functions for N > 3 dimensions (see pydata/bottleneck/issues/84) but we should wrap bottleneck regardless for functions like rolling_mean, rolling_sum, rolling_min, etc.
The text was updated successfully, but these errors were encountered: