A compute library for the Arrow in-memory columnar format, providing high-performance operations on array and chunked arrays. Version 0.8.0 requires Python >=3.9. Development is active with no major breaking changes recently reported.
pip install arro3-computeVerified import paths — ran on the pinned version, not inferred.
Create an array and compute its sum using arro3-compute.
Install both: pip install arro3-core arro3-compute
Use import arro3.compute for compute operations; import arro3.core for array creation.
Specify dtype explicitly when creating arrays: a3c.array([1,2,3], dtype=a3c.int64())
Use correct import: import arro3.core as a3c
Upgrade to latest version: pip install --upgrade arro3-compute
Install Microsoft Visual C++ Redistributable for Visual Studio 2015-2022.