tree: 7230d535e800583bc0eb46c35e982cb85d73f46c [path history] [tgz]
  1. benchmarks/
  2. examples/
  3. pyarrow/
  4. scripts/
  5. .coveragerc
  6. .gitignore
  7. CMakeLists.txt
  8. MANIFEST.in
  9. pyproject.toml
  10. README.md
  11. requirements-build.txt
  12. requirements-test-3.13t.txt
  13. requirements-test.txt
  14. requirements-wheel-build.txt
  15. requirements-wheel-test-3.13t.txt
  16. requirements-wheel-test.txt
  17. setup.cfg
  18. setup.py
python/README.md

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

If you encounter any issues importing the pip wheels on Windows, you may need to install the latest Visual C++ Redistributable for Visual Studio.

Development

See Python Development in the documentation subproject.

Building the documentation

See documentation build instructions in the documentation subproject.