apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.58k stars 3.54k forks source link

[Python] Add support for Decimal32 and Decimal64 #44713

Open ianmcook opened 19 hours ago

ianmcook commented 19 hours ago

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

ianmcook commented 19 hours ago

When doing this, remember to add entries in arrays.rst and datatypes.rst.