tree: 03834160a8ba2eddb361c579824c7414bc2bd5c4 [path history] [tgz]
  1. benchmarks/
  2. examples/
  3. manylinux1/
  4. pyarrow/
  5. scripts/
  6. .coveragerc
  7. .flake8.cython
  8. .gitignore
  9. asv-build.sh
  10. asv-install.sh
  11. asv-uninstall.sh
  12. asv.conf.json
  13. Brewfile
  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.