-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
PDEP0004: implementation #49024
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
MarcoGorelli
merged 54 commits into
pandas-dev:main
from
MarcoGorelli:implementation-pdep-4
Dec 13, 2022
Merged
PDEP0004: implementation #49024
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
ea79669
:wastebasket: deprecate infer_datetime_format, make strict
bb68cc3
:rotating_light: add warning about dayfirst
82266f4
:white_check_mark: add/update tests
4a6f198
:rotating_light: add warning if format cant be guessed
5568dca
:goal_net: catch warnings
bc910b0
:memo: update docs
7d03503
:memo: add example of reading csv file with mixed formats
ac825f5
:wastebasket: removed now outdated tests / clean inputs
2ffcef6
:memo: clarify whatsnew and user-guide
060835d
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
1d9f274
Merge branch 'main' into implementation-pdep-4
MarcoGorelli b3e32ac
:art:
22417cf
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
d3adfe5
guess %Y-%m format
affa7f3
Detect format from first non-na, but also exclude now and today
575b215
:white_check_mark: fixup tests based on now and today parsing
f0e83da
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
a5ff448
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
68a6ea2
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
6661ae3
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
1d255e0
fixup after merge
b3aa585
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
285b1ff
fixup after merge
963b62b
fixup test
c90a8a5
remove outdated doctest
3c033ff
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
cdfa355
xfail test based on issue 49767
434c6f0
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
5755032
wip
96c0653
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
9f1c18e
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
0a86705
add back examples of formats which can be guessed
7b4d6be
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
86e9bcf
start fixing up
f92a8cb
fixups from reviews
fd215df
lint
0a5c466
put tests back
772dd6c
shorten diff
b49b7cf
add example of string which cannot be guessed
17f5e74
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
d17d819
add deprecated directive, construct expected explicitly, explicit Use…
f4520e9
remove redundant example
fcb515f
restore newline
78b4b9e
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
2215652
double backticks around False, explicitly raise UserWarning
1ec70db
Merge branch 'main' into implementation-pdep-4
MarcoGorelli 7b0eb99
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
7d11f59
reword warning
30e6f39
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
f0ac458
test both dayfirst True and False
92ef7e2
Merge remote-tracking branch 'upstream/main' into implementation-pdep-4
4a5dd1c
postmerge fixup
917b31b
unimportant typo to restart CI
135bbb5
Merge branch 'main' into implementation-pdep-4
MarcoGorelli 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
✅ add/update tests
- Loading branch information
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
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
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
Oops, something went wrong.
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.