-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR: Deprecate pandas/io/date_converters.py #35741
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 21 commits into
pandas-dev:master
from
avinashpancham:deprecate_date_converters
Sep 12, 2020
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
4281f16
DEPR: Deprecate parse_date_time in pandas.io.date_converters and upda…
avinashpancham 852d4d9
DEPR: Deprecate parse_date_fields in pandas.io.date_converters and up…
avinashpancham eed8f16
DEPR: Deprecate parse_all_fields in pandas.io.date_converters and upd…
avinashpancham 65ec570
DEPR: Deprecate generic_parser in pandas.io.date_converters
avinashpancham 344e5de
DOC: Update docstrings
avinashpancham 04d3416
DOC: remove mentions of the generic_parser functionality in the docum…
avinashpancham 3df6bf9
CLN: remove date_parser argument from test where it is not necessary
avinashpancham c995111
TYP: Add MutableMapping to type hinting for pd.to_datetime
avinashpancham ef02e73
ENH: Add overloading to pd.to_datetime for MutableMapping
avinashpancham 3376f49
TST: Update tests where generic_parser is used
avinashpancham 71297cf
TST: Update tests for generic_parser in line with pandas styleguide
avinashpancham a4a3203
Assert warnings in test_parse_dates.py instead of filtering warnings
avinashpancham 8d970ca
Update deprecated version and remove double doc string text
avinashpancham 2033dc3
Revert to the old implementation of the date_converters function and …
avinashpancham 8f90441
Remove superfluous noqa statement
avinashpancham 2a2a271
Only assert warnings for lines that produce a warning
avinashpancham 427bbf0
Add pytest parametrize to test old and new dateparser function
avinashpancham b4ed5be
Merge branch 'master' of https://github.com/pandas-dev/pandas into de…
avinashpancham 2d80bdc
Add whatsnew entry
avinashpancham 1458bc7
Update references in whatsnew message
avinashpancham a33a604
Merge remote-tracking branch 'upstream/master' into deprecate_date_co…
avinashpancham 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
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.
can you put in
:func:`to_datetime`
so it renders all of the others won't render at all i think (e.g.:func:`parse_date_time`
. so those should be updated to a fully qualified path (e.g. pandas.io.date_converters)