-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Add milliseconds
field support for pd.DateOffset
#43598
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
30 commits
Select commit
Hold shift + click to select a range
62918ce
initial
isVoid a04bf64
docstrings
isVoid b61c14d
Remove unwanted change
isVoid c067d24
Add tests
isVoid d0814a8
add license
isVoid 8e96489
Add to whats new section
isVoid a02be79
restructure TestDateOffset and extend with more coverage over parameters
isVoid 255fe23
remove license
isVoid b5a42e6
remove stale comments
isVoid a5dc38e
Merge branch 'master' into add_dateoffset_milliseconds
isVoid 073c319
Merge branch 'master' into add_dateoffset_milliseconds
jreback 4801de3
Removing existing mul tests
isVoid dbadf9f
change test parameter name
isVoid 6a98391
Merge branch 'add_dateoffset_milliseconds' of https://github.com/isVo…
isVoid 30d3403
Add some docs for replace component usage
isVoid bafceb6
docstring and test fixes
isVoid 3bd154c
add assertion to constructed dateoffset
isVoid 4bb88df
Merge branch 'master' of https://github.com/pandas-dev/pandas into ad…
isVoid 41e537f
raise when millisecond (replacement form) is specified
isVoid 1da06d0
Merge branch 'master' into add_dateoffset_milliseconds
isVoid fcfce37
apply review comments
isVoid 1c7d7d7
fix fail tests
isVoid 99574ea
xfail instead of skip
isVoid b7eeb4d
Merge branch 'main' of git://github.com/pandas-dev/pandas into add_da…
isVoid e271461
Move notes to 1.5
isVoid 3a85b4e
Merge branch 'main' of git://github.com/pandas-dev/pandas into add_da…
isVoid b334f69
Add alternative to message
isVoid f9bfadd
Merge branch 'main' of git://github.com/pandas-dev/pandas into add_da…
isVoid 0fb51a1
Move replacement doc to docstring
isVoid 40f986a
Merge branch 'main' of github.com:pandas-dev/pandas into add_dateoffs…
isVoid 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be
list
->sorted
to prevent pytest collection errors with pytest-xdist.Also, for consistency with elsewhere in this module, could maybe also change "relativedelta_kwd" -> "kwd"?