Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Add support for Decimal32 and Decimal64 #44713

Closed
ianmcook opened this issue Nov 13, 2024 · 2 comments
Closed

[Python] Add support for Decimal32 and Decimal64 #44713

ianmcook opened this issue Nov 13, 2024 · 2 comments

Comments

@ianmcook
Copy link
Member

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
Copy link
Member Author

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

paleolimbot added a commit that referenced this issue Dec 17, 2024
)

### Rationale for this change

Arrow C++ and the Arrow specification now support 32-bit and 64-bit decimal types...pyarrow should too!

### What changes are included in this PR?

Added type, array, and scalar bindings.

### Are these changes tested?

Yes!

### Are there any user-facing changes?

Yes!

* GitHub Issue: #44713

Authored-by: Dewey Dunnington <[email protected]>
Signed-off-by: Dewey Dunnington <[email protected]>
@paleolimbot
Copy link
Member

Issue resolved by pull request 44882
#44882

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants