tree: 1e41a9b18006f2409da881dbfd3ce59d49f8ca55 [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. LICENSE.txt
  19. MANIFEST.in
  20. pyproject.toml
  21. README.md
  22. requirements-build.txt
  23. requirements-test.txt
  24. requirements-wheel.txt
  25. requirements.txt
  26. setup.cfg
  27. 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.