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
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
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
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