-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Add dict support for read_csv date_format #51418
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
Conversation
Thanks @phofl |
thx @MarcoGorelli for helping out |
So it appears the tests added here can raise a UserWarning
I would expect no warning since an explicit format is passed? |
That's a good question - so, pandas/pandas/io/parsers/base_parser.py Lines 1117 to 1119 in 7598f71
, Thanks for spotting this @phofl should the user have passed |
code I'd say, good catch btw. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.