-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG/ENH - base argument no longer ignored in period resample #23941
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4fbb93c
ENH - account for base argument in period resample
sds9995 ac3f301
BUG - closer on perfectly emulating previous behavior
sds9995 2a72bac
BUG - all original resample tests now pass
sds9995 cb03d4e
TST - add preliminary tests for pandas period resample with base
sds9995 4833c97
CLN - pep8 adherence
sds9995 5a69414
TST - add a couple more tests
sds9995 5987a2e
TST - parameterize tests
sds9995 8f3c976
DOC- add whatsnew entry
sds9995 58a59a6
DOC - add comments and modify whatsnew
sds9995 6b6d1a9
CLN - minor refactor of label creation and whatsnew
sds9995 ba10dcf
CLN - pep8 adherence
sds9995 fb1465e
Merge branch 'master' into bug/period_resample_base
sds9995 b51841a
BUG - fix cases where period doesnt start at the 0 base of the freq
sds9995 5afea5c
CLN - remove unneccesary code
sds9995 5ea4d2c
CLN - pep8 adherence
sds9995 9df9179
Merge branch 'master' into bug/period_resample_base
sds9995 ed975ee
Merge branch 'master' into bug/period_resample_base
sds9995 99e32a7
BUG - reset resample file
sds9995 126ae7a
BUG - add original changes back in after master reset
sds9995 bf076de
BUG - add case back in where not start is not onOffset and add tests …
sds9995 47d7f7b
ENH - allow for edge compensation in _get_range_edges
sds9995 eb05501
BUG/CLN - offsets.Day(n>2) not properly anchoring dates, and make cod…
sds9995 f2b0661
TST - update test to reflect more up-to-date assumption of what expec…
sds9995 0b9a8fd
Merge branch 'master' into bug/period_resample_base
sds9995 8020acb
CLN - rever changes for other resample fix, to be fixed in another PR
sds9995 334eb0b
CLN - split up range edge functions for timestamp and period
sds9995 c14dbce
CLN - pep8 adherence
sds9995 9bb348a
Merge branch 'master' into bug/period_resample_base
sds9995 8e07a95
TST/DOC - add tests for get range edges and update whatsnew
sds9995 1264f36
Merge branch 'master' into bug/period_resample_base
sds9995 bca4196
Merge branch 'master' into bug/period_resample_base
sds9995 0a9c7dc
BUG - account for new period diff behavior
sds9995 cfefa36
TST - add test for bad input to get range edges
sds9995 93eaab7
TST - add one more test case to bad get_range_edges
sds9995 e5286f8
DOC - add docstrings
sds9995 bef9118
TST - remove unneccesary test
sds9995 9b7d261
DOC - update docstrings
sds9995 5034455
Merge branch 'master' into bug/period_resample_base
sds9995 a49d129
CLN - rename offset to bin_shift, so as not to confuse with pd.offsets
sds9995 8f1e290
DOC - add params and returns sections
sds9995 c234cac
Merge branch 'master' into bug/period_resample_base
sds9995 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.