-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
FIX BUG: Timestamp __add__/__sub__ DateOffset with nanoseconds lost. #43968
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 38 commits into
pandas-dev:master
from
tushushu:fix-bug-dateoffset-nanoseconds
Dec 17, 2021
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2208507
fix Timestamp + Dateoffset bugs.
tushushu ee19a4d
Add doc string and fix UT.
tushushu 3e38ab2
fix UT
tushushu 5718e4f
Trim Trailing Whitespace
tushushu e1ae149
remove is_dateoffset_obj func
tushushu 326790b
explicitly check the Offset type
tushushu 83453da
fix bugs.
tushushu ae4b133
fix bugs
tushushu a43030d
try to fix __sub__ method.
tushushu 22cadbf
fix flake8 check.
tushushu 1c89c03
add tests for dateoffset add method.
tushushu a2ad274
fix offset init.
tushushu 9bc6e97
fix black code style check.
tushushu c9ddf14
test sub method.
tushushu 4780316
add an comment.
tushushu 1fecfa6
move the nano handling codes to Offsets.
tushushu e92c1a9
remove unnecessary codes.
tushushu 006c073
fix bugs
tushushu ab064b4
more test cases for dateoffset add/sub
tushushu 8e42c64
test radd.
tushushu 5ca3472
code style.
tushushu 37d19b5
remove unused line.
tushushu 5acad37
Merge branch 'pandas-dev:master' into fix-bug-dateoffset-nanoseconds
tushushu 9cda54a
what's new
tushushu 0ee9a6f
remove unnecessary brackets
tushushu 860a62b
what's new.
tushushu 4600a64
makes the comment more detailed.
tushushu 8cf5746
test case as jbrockmendel demand
tushushu a210baf
trigger the CI without a commit
tushushu 98646cd
Merge branch 'pandas-dev:master' into fix-bug-dateoffset-nanoseconds
tushushu e899fbe
Merge branch 'pandas-dev:master' into fix-bug-dateoffset-nanoseconds
tushushu 906f546
Merge branch 'pandas-dev:master' into fix-bug-dateoffset-nanoseconds
tushushu 24fe768
split dateoffset test func
tushushu 209ba9e
Merge branch 'fix-bug-dateoffset-nanoseconds' of github.com:tushushu/…
tushushu f56f52b
Merge branch 'pandas-dev:master' into fix-bug-dateoffset-nanoseconds
tushushu 3f49876
fix typo
tushushu b7297ef
Merge branch 'fix-bug-dateoffset-nanoseconds' of github.com:tushushu/…
tushushu 5cbae96
Merge branch 'pandas-dev:master' into fix-bug-dateoffset-nanoseconds
tushushu 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.