is there a way to read parquet files within polars...
# questions
d
is there a way to read parquet files within polars? I see that
polars.ParquetDataset
does not exists.
d
So unlike the older pandas datasets this is more like the spark one which can support all of the ones that polars adds themselves