FR: dtype for Decimal data #49
Labels
api: bigquery
Issues related to the googleapis/python-db-dtypes-pandas API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, if one wants to store
decimal.Decimal
data, the pandasobject
dtype must be used.Alternatively, one could use one of the pyarrow decimal types with fletcher https://github.com/xhochy/fletcher
I'm opening this issue to investigate how a (db)decimal dtype(s) might work and what the benefits would be beyond the obvious performance improvement potential.
The text was updated successfully, but these errors were encountered: