Commit ce012eb
apacheGH-45570: [Python] Allow Decimal32/64Array.to_pandas (apache#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 apache#45570
* GitHub Issue: apache#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>1 parent f9283d0 commit ce012eb
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2123 | 2123 | | |
2124 | 2124 | | |
2125 | 2125 | | |
| 2126 | + | |
| 2127 | + | |
2126 | 2128 | | |
2127 | 2129 | | |
2128 | 2130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2041 | 2041 | | |
2042 | 2042 | | |
2043 | 2043 | | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
2044 | 2057 | | |
2045 | 2058 | | |
2046 | 2059 | | |
| |||
0 commit comments