Python#

PyArrow - Apache Arrow Python bindings#

This is the documentation of the Python API of Apache Arrow.

Apache Arrow is a universal columnar format and multi-language toolbox for fastdata interchange and in-memory analytics. It contains a set of technologies thatenable data systems to efficiently store, process, and move data.

See theparent documentation for additional details onthe Arrow Project itself, on the Arrow format and the other language bindings.

The Arrow Python bindings (also named “PyArrow”) have first-class integrationwith NumPy, pandas, and built-in Python objects. They are based on the C++implementation of Arrow.

Here we will detail the usage of the Python API for Arrow and the leaflibraries that add additional functionality such as reading Apache Parquetfiles into Arrow structures.