Closed as not planned
Description
Currently, if one wants to store decimal.Decimal
data, the pandas object
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.