tree: a9148714acbd56b5f8a0c2fab0e81a268d82c157 [path history] [tgz]
  1. benchmarks/
  2. examples/
  3. manylinux1/
  4. manylinux2010/
  5. pyarrow/
  6. scripts/
  7. .coveragerc
  8. .flake8.cython
  9. .gitignore
  10. asv-build.sh
  11. asv-install.sh
  12. asv-uninstall.sh
  13. asv.conf.json
  14. CMakeLists.txt
  15. Dockerfile
  16. Dockerfile.alpine
  17. Dockerfile.nopandas
  18. MANIFEST.in
  19. pyproject.toml
  20. README.md
  21. requirements-build.txt
  22. requirements-test.txt
  23. requirements-wheel.txt
  24. requirements.txt
  25. setup.cfg
  26. 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

Development

See Python Development in the documentation subproject.

Building the documentation

See documentation build instructions in the documentation subproject.