Commits


Matthew Roeschke authored and GitHub committed ce012eb2e8b
GH-45570: [Python] Allow Decimal32/64Array.to_pandas (#45571) ### Rationale for this change Enables converting `Decimal32Array` and `Decimal64Array` to pandas ### What changes are included in this PR? Adds `Type::DECIMAL32` and `Type::DECIMAL64` as convertible types to pandas ### Are these changes tested? Yes ### Are there any user-facing changes? Yes closes https://github.com/apache/arrow/issues/45570 * GitHub Issue: #45570 Lead-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>