pola-rs / nodejs-polars

nodejs front-end of polars

Home Page:https://pola-rs.github.io/nodejs-polars/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Decimal DataType

gustaferiksson opened this issue · comments

It would be useful to have support for the Decimal DataType.

It's possible to read and execute on e.g parquet dataframes containing Decimal as type but it doesn't seem to be possible to create or cast new columns with/to Decimal as type.

+1 on this. The python wrapper does support it, albeit I have no idea how much unstable that is and how much it can change in the future.

commented

#226 Should address this request. Please close this ticket once you are able to test it. Thx

commented

Closing via #226