-
-
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
Support rechunking to a frequency. #9109
Conversation
Are frequency strings unambiguous? Rechunking already supports memory sizes for Dask using strings. |
566fd37
to
5ffb9e4
Compare
5ffb9e4
to
e38a9b9
Compare
Ready for review! The syntax is |
* main: Delete ``base`` and ``loffset`` parameters to resample (pydata#9233) Update dropna docstring (pydata#9257)
This is pretty cool, and could use a review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great @dcherian! My only suggestion is to make the documentation a little clearer about how to import the TimeResampler
object.
Co-authored-by: Spencer Clark <[email protected]>
* main: automate extracting the contributors (pydata#9288) Support rechunking to a frequency. (pydata#9109)
whats-new.rst
Now uses syntax
ds.chunk(time=TimeResampler("YE"))