tree: 51215cb082694e3bc676537cba741f2252c44ed3 [path history] [tgz]
  1. benchmarks/
  2. examples/
  3. pyarrow/
  4. scripts/
  5. .coveragerc
  6. .flake8.cython
  7. .gitignore
  8. asv-build.sh
  9. asv-install.sh
  10. asv-uninstall.sh
  11. asv.conf.json
  12. CMakeLists.txt
  13. MANIFEST.in
  14. pyproject.toml
  15. README.md
  16. requirements-build.txt
  17. requirements-test.txt
  18. requirements-wheel-build.txt
  19. requirements-wheel-test.txt
  20. setup.cfg
  21. 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 Visual C++ Redistributable for Visual Studio 2015.

Development

See Python Development in the documentation subproject.

Building the documentation

See documentation build instructions in the documentation subproject.