Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Storing Dataframes that contain Decimal #6

Open
n00bmind opened this issue Jul 20, 2019 · 0 comments
Open

Storing Dataframes that contain Decimal #6

n00bmind opened this issue Jul 20, 2019 · 0 comments

Comments

@n00bmind
Copy link

n00bmind commented Jul 20, 2019

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..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant