-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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
jreback
merged 41 commits into
pandas-dev:master
from
ArtinASarraf:bug/period_resample_base
Dec 14, 2018
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
ac3f301
BUG - closer on perfectly emulating previous behavior
2a72bac
BUG - all original resample tests now pass
cb03d4e
TST - add preliminary tests for pandas period resample with base
4833c97
CLN - pep8 adherence
5a69414
TST - add a couple more tests
5987a2e
TST - parameterize tests
8f3c976
DOC- add whatsnew entry
58a59a6
DOC - add comments and modify whatsnew
6b6d1a9
CLN - minor refactor of label creation and whatsnew
ba10dcf
CLN - pep8 adherence
fb1465e
Merge branch 'master' into bug/period_resample_base
b51841a
BUG - fix cases where period doesnt start at the 0 base of the freq
5afea5c
CLN - remove unneccesary code
5ea4d2c
CLN - pep8 adherence
9df9179
Merge branch 'master' into bug/period_resample_base
ed975ee
Merge branch 'master' into bug/period_resample_base
99e32a7
BUG - reset resample file
126ae7a
BUG - add original changes back in after master reset
bf076de
BUG - add case back in where not start is not onOffset and add tests …
47d7f7b
ENH - allow for edge compensation in _get_range_edges
eb05501
BUG/CLN - offsets.Day(n>2) not properly anchoring dates, and make cod…
f2b0661
TST - update test to reflect more up-to-date assumption of what expec…
0b9a8fd
Merge branch 'master' into bug/period_resample_base
8020acb
CLN - rever changes for other resample fix, to be fixed in another PR
334eb0b
CLN - split up range edge functions for timestamp and period
c14dbce
CLN - pep8 adherence
9bb348a
Merge branch 'master' into bug/period_resample_base
8e07a95
TST/DOC - add tests for get range edges and update whatsnew
1264f36
Merge branch 'master' into bug/period_resample_base
bca4196
Merge branch 'master' into bug/period_resample_base
0a9c7dc
BUG - account for new period diff behavior
cfefa36
TST - add test for bad input to get range edges
93eaab7
TST - add one more test case to bad get_range_edges
e5286f8
DOC - add docstrings
bef9118
TST - remove unneccesary test
9b7d261
DOC - update docstrings
5034455
Merge branch 'master' into bug/period_resample_base
a49d129
CLN - rename offset to bin_shift, so as not to confuse with pd.offsets
8f1e290
DOC - add params and returns sections
c234cac
Merge branch 'master' into bug/period_resample_base
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.