pl.read_parquet()
and pl.write_parquet()
for pl.Decimal
#8191
Labels
enhancement
New feature or an improvement of an existing feature
Problem description
Following the progress on
pl.Decimal
has been very exciting:Decimal
Decimal
design discussionDecimal
seriesAll of these issues have been merged/closed and it is now possible to create
Decimal
series.I don't know whether parquet IO functions are the next logical step, but just wanted to create this issue to specifically flag the use of
Decimal
in parquet.Minimal example of writing and reading parquet with
Decimal
:Running
pqrs schema decimal_test.parquet
reveals that the written parquet file uses column typeDOUBLE
The text was updated successfully, but these errors were encountered: