Skip to content
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

BUG: wrong index name during read_csv if using usecols #5003

Merged
merged 1 commit into from Sep 27, 2013

Conversation

guyrt
Copy link
Contributor

@guyrt guyrt commented Sep 27, 2013

Closes #4201

If user passes usecols and not names, then ensure that the
inferred names refer to the used columns, not the document's
columns.

Closes pandas-dev#4201

If user passes usecols and not names, then ensure that the
inferred names refer to the used columns, not the document's
columns.
@jreback jreback merged commit 4bef0e0 into pandas-dev:master Sep 27, 2013
@jreback
Copy link
Contributor

jreback commented Sep 27, 2013

@guyrt thanks again!

@jreback
Copy link
Contributor

jreback commented Sep 30, 2013

another issue for you! #4363

@jreback
Copy link
Contributor

jreback commented Sep 30, 2013

and one more! #4880

@jreback
Copy link
Contributor

jreback commented Oct 4, 2013

@guyrt any luck with either of these?

@guyrt
Copy link
Contributor Author

guyrt commented Oct 4, 2013

haven't looked at them yet - working on 4335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrong index name during read_csv if using usecols
2 participants