-
Notifications
You must be signed in to change notification settings - Fork 21
Add GraalPy Apache Arrow guide #15
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
- Calculate in threads - Do not include python home in jar - Move data_analysis.py to correct location in vfs
…ow shipping in Jar resources
a1a392c to
7836676
Compare
7836676 to
dfaa139
Compare
4ed22aa to
3c64bfe
Compare
3c64bfe to
9ccf2ec
Compare
bb8b225 to
f750807
Compare
f750807 to
1731eab
Compare
steve-s
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add a CI job for this. Can be a follow up PR.

Recently, many Python libraries have integrated Apache Arrow to leverage its high-performance and memory-efficient format for handling large datasets. Given the widespread adoption of Arrow in data science and big data ecosystems, we are adding Apache Arrow support for Series to GraalPy.
This is the simple demo which uses Java Apache implementation library together with GraalPy achieving zero-copy data transfer for Series.