-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
read_csv: if parse_dates dont appear in use_cols, we get a trace #31251
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
I think this might have been fixed. I'm not able to reproduce that error in 1.0.0rc. |
Looks fixed on master as well. Could use a regression test since it doesn't appear explicitly fixed in the whatsnew notes for 1.0.0rc |
I am getting the same error as well. (Python 3.8.1) INSTALLED VERSIONScommit : aad377d pandas : 1.0.0rc0+190.gaad377dd7 |
Thanks for looking into it. |
take. |
Code Sample, a copy-pastable example if possible
Problem description
triggers
i.e., if you use columns in parse_dates that dont appear in use_cols, then you are screwed.
Either parse_dates sould be added to use_cols or the documentation precise it. An assert could make the error more understandable too.
pandas 0.25.3
The text was updated successfully, but these errors were encountered: