Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.95 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.95 KB

Python library for Apache Arrow

pypi conda-forge

This library provides a Python API for functionality provided by the Arrow C++ libraries, along with tools for Arrow integration and interoperability with pandas, NumPy, and other software in the Python ecosystem.

Installing

Across platforms, you can install a recent version of pyarrow with the conda package manager:

conda install pyarrow -c conda-forge

On Linux/macOS and Windows, you can also install binary wheels from PyPI with pip:

pip install pyarrow

Development

See Python Development in the documentation subproject.

Building the documentation

See documentation build instructions in the documentation subproject.