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: Don't over-optimize memory with jagged CSV #23527

Merged
merged 1 commit into from
Nov 12, 2018

Commits on Nov 12, 2018

  1. BUG: Don't over-optimize memory with jagged CSV

    With jagged CSV's, we risk being too quick
    to dump memory that we need to allocate
    because previous chunks would have
    indicated much larger rows than we can
    anticipate in subsequent chunks.
    
    Closes pandas-devgh-23509.
    gfyoung committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    17f7822 View commit details
    Browse the repository at this point in the history