This repository was archived by the owner on Jul 26, 2022. It is now read-only.
This repository was archived by the owner on Jul 26, 2022. It is now read-only.
Storing Dataframes that contain Decimal #6
Open
Description
What's the recommended approach when serializing Dataframes containing columns of Decimal type?
Right now I'm just getting a "can't serialize Decimal" error, so I was thinking of following the approach described in https://github.com/msgpack/msgpack-python#packingunpacking-of-custom-data-type and just convert my Decimal to/from strings.
Is this something that will be supported in the future? It seems to me extending support to Decimal types would be very convenient to Pandas users..
Metadata
Metadata
Assignees
Labels
No labels