Skip to content

check parser_dates names in columns #31815

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

Closed
wants to merge 251 commits into from
Closed

Conversation

sathyz
Copy link
Contributor

@sathyz sathyz commented Feb 9, 2020

if column names are passed in parser_dates, make sure those
columns exist in dataframe.

@sathyz sathyz requested a review from ShaharNaveh February 9, 2020 02:55
Copy link
Member

@ShaharNaveh ShaharNaveh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run "Black" and then push again:)

jbrockmendel and others added 28 commits February 9, 2020 09:58
jbrockmendel and others added 24 commits February 26, 2020 20:44
if column names are passed in parser_dates, make sure those
columns exist in dataframe.
@jreback
Copy link
Contributor

jreback commented Mar 3, 2020

closing as duplicate of #32320

@jreback jreback closed this Mar 3, 2020
@sathyz sathyz deleted the issue-31251-1 branch March 3, 2020 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_csv: if parse_dates dont appear in use_cols, we get a trace