tree: 8632cf3c25e782168d98546f99e46b6a74ffb91a [path history] [tgz]
  1. benchmarks/
  2. examples/
  3. manylinux1/
  4. manylinux201x/
  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. MANIFEST.in
  16. pyproject.toml
  17. README.md
  18. requirements-build.txt
  19. requirements-test.txt
  20. requirements-wheel-build.txt
  21. requirements-wheel-test.txt
  22. setup.cfg
  23. 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.