Uh oh!
There was an error while loading. Please reload this page.
Support rechunking to a frequency. - #9109
Merged
Merged
Conversation
shoyer
commented
Jun 13, 2024
Member
Are frequency strings unambiguous? Rechunking already supports memory sizes for Dask using strings. |
dcherian
marked this pull request as draft
June 13, 2024 17:55
dcherianforce-pushed
the
chunk-by-frequency
branch
from
June 22, 2024 02:48
566fd37 to
5ffb9e4Comparedcherianforce-pushed
the
chunk-by-frequency
branch
from
July 18, 2024 04:15
5ffb9e4 to
e38a9b9Comparedcherian
marked this pull request as ready for review
July 18, 2024 07:31
dcherian
commented
Jul 18, 2024
ContributorAuthor
Ready for review! The syntax is |
* main: Delete ``base`` and ``loffset`` parameters to resample (pydata#9233) Update dropna docstring (pydata#9257)
dcherian
commented
Jul 26, 2024
ContributorAuthor
This is pretty cool, and could use a review! |
spencerkclark
approved these changes
Jul 28, 2024
Member
There was a problem hiding this comment.
This looks great @dcherian! My only suggestion is to make the documentation a little clearer about how to import the TimeResampler object.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Spencer Clark <spencerkclark@gmail.com>
This was referenced Jul 29, 2024
dcherian added a commit
to dcherian/xarray
that referenced
this pull request
Jul 29, 2024
* main: automate extracting the contributors (pydata#9288) Support rechunking to a frequency. (pydata#9109)
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
whats-new.rstNow uses syntax
ds.chunk(time=TimeResampler("YE"))