-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: make pct_change can handle the anchored freq #28664 #28681
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 11 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a6b1a68
BUG: make pct_change can handle the anchored freq #28664
dongho-jung 5eaa983
black pandas/tests/series/test_timeseries.py
dongho-jung 9565b40
add whatsnew entry
dongho-jung 8295022
make its own test about pct_change with anchored freq
dongho-jung e7579a8
make the test more exhaustive
dongho-jung 910adb3
fix n as 1 because offset that is more than 1 won't anchored
dongho-jung 4c6433b
make parametrizing idiomatic, add issue number
dongho-jung 1c77e59
remove .isAnchored logic
dongho-jung 64043b2
revert pct_change changes
dongho-jung f61e62a
take a new approach, dropping duplicate indices
dongho-jung 1e89f71
Merge remote-tracking branch 'upstream/master' into fix-GH28664
dongho-jung 92301ff
add more test cases
andrew-buzzni d4fbf04
Merge remote-tracking branch 'upstream/master' into fix-GH28664
andrew-buzzni fadc4fe
Merge remote-tracking branch 'upstream/master' into fix-GH28664
andrew-buzzni d38fff5
replace the test with a sanity test
andrew-buzzni 0c9dd60
enhance the test
andrew-buzzni bdbd5fd
move a whatsnew entry from Other to Reshaping
andrew-buzzni 6ec771c
Merge remote-tracking branch 'upstream/master' into fix-GH28664
andrew-buzzni bd5673d
Update doc/source/whatsnew/v1.0.0.rst
dongho-jung 147ca3c
Merge remote-tracking branch 'upstream/master' into fix-GH28664
dongho-jung 8e12959
move a whatsnew entry from Other to Reshaping
dongho-jung 3d70ebe
make the test more explicit
dongho-jung 5fb77cd
increase the periods from 3 to 5
dongho-jung ceac393
Merge remote-tracking branch 'upstream/master' into fix-GH28664
dongho-jung 78e86fc
Merge remote-tracking branch 'upstream/master' into fix-GH28664
andrew-buzzni 0b0f5c0
Merge branch 'fix-GH28664' of https://github.com/0xF4D3C0D3/pandas in…
andrew-buzzni 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
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.