-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
DEPR: keep_date_col, nested parse_dates in read_csv #56569
Conversation
Thanks @jbrockmendel |
* DEPR: keep_date_col, nested parse_dates in read_csv * update doc, mypy fixup
What is the rationale for deprecating datetime parsing on combined columns? That's something I personally use a lot (CSV being what it is, date, time of day and timezone offset are often stored in separate columns), and I've not seen equivalent code examples that would achieve the same thing at parsing time. |
Internally pandas didn't do this at parsing time. |
@mroeschke: Using |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.