Skip to content

BUG: regression in read_csv parser handling of usecols GH5766 #5770

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

Merged
2 commits merged into from Dec 25, 2013
Merged

BUG: regression in read_csv parser handling of usecols GH5766 #5770

2 commits merged into from Dec 25, 2013

Conversation

ghost
Copy link

@ghost ghost commented Dec 25, 2013

No description provided.

wrenoud and others added 2 commits December 25, 2013 03:44
GH4406 fixed one bug and introduced (exposed?) this corner case
where the loop over columns continues even after all usecols
have been fulfilled, causing an out-of-bound lookup in names.
ghost pushed a commit that referenced this pull request Dec 25, 2013
BUG: regression in read_csv parser handling of usecols GH5766
@ghost ghost merged commit 62c4153 into pandas-dev:master Dec 25, 2013
@ghost ghost deleted the GH5766 branch December 25, 2013 01:59
@wrenoud
Copy link
Contributor

wrenoud commented Dec 25, 2013

Thanks!!! Happy to have made my first contribution.

This pull request was closed.
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.

1 participant