Open ianmcook opened 19 hours ago
Decimal32 and Decimal64 were added to the Arrow format in #43976. C++ implementations were added in #43957. Add support for these in PyArrow.
Python
When doing this, remember to add entries in arrays.rst and datatypes.rst.
arrays.rst
datatypes.rst
Describe the enhancement requested
Decimal32 and Decimal64 were added to the Arrow format in #43976. C++ implementations were added in #43957. Add support for these in PyArrow.
Component(s)
Python