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

Provide functions to produce Arrow PyCapsules #5079

Open
wjones127 opened this issue Nov 15, 2023 · 2 comments
Open

Provide functions to produce Arrow PyCapsules #5079

wjones127 opened this issue Nov 15, 2023 · 2 comments
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@wjones127
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Follow up to #5070

Applications and libraries will want to support the Arrow PyCapsule Interface. We should provide some functions or maybe even classes to support that.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@wjones127 wjones127 added the enhancement Any new improvement worthy of a entry in the changelog label Nov 15, 2023
@pitrou
Copy link
Member

pitrou commented Nov 15, 2023

Helper functions would probably be enough, as it's simply a matter of returning a PyO3 PyObject for a given Rust Schema or RecordBatch.

@kylebarron
Copy link
Contributor

FWIW I published pyo3-arrow, a helper library to consume and create Arrow PyCapsules according to the Arrow PyCapsule interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

3 participants