pyarrow is a Python interface for Apache Arrow
About:
pyarrow provides the Python API of Apache Arrow.
Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware.
Resources: