-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request