Open cfkstat opened 4 months ago
Polars 1.0 read_parquet not convert decimal into float,how to control this like polars 0.20,because the decimal use more memory than float 64.
No response
read_parquet().with_columns(pl.col(pl.Decimal()).cast(pl.Float64))
Description
Polars 1.0 read_parquet not convert decimal into float,how to control this like polars 0.20,because the decimal use more memory than float 64.
Link
No response