Skip to content

Profile large CSVs... and warn on upload #901

@mccalluc

Description

@mccalluc

Right now we're loading the whole file, and at some point this will impact usability.

  • Generate fake CSVs, and vary:
    • number of rows
    • number of columns
    • bit depth / data type
  • Profile performance on:
    • schema inference
    • sampling (of public datasets)
    • ...?
  • Make sure none are super-linear.
  • Figure out a way to do an early warning for large files: Just read as text and count \n?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Pending

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions