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: Fix read_csv raising TypeError when iterator and nrows are specified without chunksize #59080

Merged

Conversation

Aloqeely
Copy link
Member

@mroeschke mroeschke added the IO CSV read_csv, to_csv label Jun 24, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jun 24, 2024
@mroeschke mroeschke merged commit dfaaa39 into pandas-dev:main Jun 24, 2024
43 of 45 checks passed
@mroeschke
Copy link
Member

Thanks @Aloqeely

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

Successfully merging this pull request may close these issues.

BUG: read_csv throws TypeError with iterator, nrows
2 participants