Skip to content

Support uploading Parquet files #130

@calpaterson

Description

@calpaterson

Brief overview

AS A user of a dataframe library like Pandas/Polars/etc

I WANT to be able to upload my Parquet dataset

SO THAT I can skip all the nonsense around csv inference

Additional details

To support this we need to support an analogous type for each type in the Parquet format. Some notables currently missing

  • Datetime
  • Bytes/bytearrays - necessary for UUID as well
  • Enum (we're allowed to parse as strings if necessary)
  • Time
  • Interval

Perhaps we could get away without supporting everything to start with, but without at least datetime and probably bytes there would be no real benefit to claiming any kind of support

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions