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 (GH3967) csv parsers would loop infinitely if iterator=True but no chunksize specified #3978

Merged
merged 1 commit into from
Jun 21, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jun 21, 2013

BUG: python parser failing with chunksize=1

closes #3967

…ut no ``chunksize`` was

     specified (:issue:`3967`), python parser failing with ``chunksize=1``
jreback added a commit that referenced this pull request Jun 21, 2013
BUG  (GH3967) csv parsers would loop infinitely if iterator=True but no chunksize specified
@jreback jreback merged commit 78a71b1 into pandas-dev:master Jun 21, 2013
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.

read_csv with iterator=True does not seem to work as expected without chunksize
1 participant