pitrou closed issue #45570: [Python] Enable pyarrow.Decimal32/64Array.to_pandas
URL: https://github.com/apache/arrow/issues/45570
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
mroeschke opened a new issue, #45570:
URL: https://github.com/apache/arrow/issues/45570
### Describe the enhancement requested
```python
In [1]: import pyarrow as pa
In [2]: import decimal
In [3]: pa.array([decimal.Decimal("3.14")], type=pa.decimal32(3,
2)).to_pandas(