You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
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..
The text was updated successfully, but these errors were encountered: