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: Read CSV on python engine fails with callable skiprows and chunk size specified (#55677) #56238

Closed
wants to merge 2 commits into from

Conversation

Flytre
Copy link
Contributor

@Flytre Flytre commented Nov 29, 2023

-Added support for the python parser to handle using skiprows and chunk_size options at the same time to ensure API contract is met.

-Added a regression test to ensure this bug can be quickly caught in the future if it reappears.

Added support for the python parser to handle using skiprows and chunk_size options at the same time to ensure API contract is met.

Added a regression test to ensure this bug can be quickly caught in the future if it reappears.

Signed-off-by: Flytre <[email protected]>
Added support for the python parser to handle using skiprows and chunk_size options at the same time to ensure API contract is met.

Added a regression test to ensure this bug can be quickly caught in the future if it reappears.

Signed-off-by: Flytre <[email protected]>
@Flytre Flytre closed this Nov 30, 2023
@Flytre Flytre deleted the fix_55677 branch November 30, 2023 02:08
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.

BUG: TextFileReader from read_csv() fails to iterate when using a callable skiprows and engine='python'
1 participant