Skip to content

Update parsers.py usecols description #18737

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 1 commit into from
Closed

Update parsers.py usecols description #18737

wants to merge 1 commit into from

Conversation

jocelynshen
Copy link

Added note on the description of usecols in parsers.py file to clarify that order of parsers.py doesn't matter in the read_csv() method. Regardless of what order usecols is inputted in, read_csv() will return a DataFrame of the columns in ascending order.

@pep8speaks
Copy link

Hello @jocelynshen! Thanks for submitting the PR.

Line 111:80: E501 line too long (87 > 79 characters)

@jreback
Copy link
Contributor

jreback commented Dec 12, 2017

this duplicates #18729 (just a little bit before). thanks! would be happy to take a PR on other issues!

@jreback jreback closed this Dec 12, 2017
@jreback jreback added Duplicate Report Duplicate issue or pull request IO CSV read_csv, to_csv labels Dec 12, 2017
@jreback jreback added this to the No action milestone Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Report Duplicate issue or pull request IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants