pyarrow==25.0.0
# Python library for Apache Arrow
$ pip install pyarrow
downloads/wk
0
license
version
25.0.0
python
>=3.10
What is pyarrow?
PyArrow is a Python library that provides bindings to Apache Arrow, a columnar in-memory data format and computation engine. Developers use it to efficiently work with large datasets, perform fast data interchange between different systems and languages, and leverage optimized analytical operations on structured data. It's particularly useful for data processing pipelines, integrating with tools like Pandas and Parquet, and reducing memory overhead when handling big data.