-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CSV parse_dates not working if multiline header is specified. #8991
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
Comments
This is a bit tricky. The problem is the column names are are really tuples. e.g. this works but is ugly
This is a much better way to approach this problem (and much faster)
so i'll call this an enhancement |
Thank you for the fast reply, @jreback and for clearing this up. I like the idea of doing it after CSV parsing. |
The approach suggested by @jreback stopped working sometime in the past:
This throws:
Edit: Same behavior for c engine |
I can't seem to be able to parse dates of multiheader files... Here's an example illustrating the problem I'm facing:
The text was updated successfully, but these errors were encountered: