tree: 6e3ae1844712e73349556743368293c3c6783300 [path history] [tgz]
  1. _build_backend/
  2. benchmarks/
  3. examples/
  4. pyarrow/
  5. pyarrow-stubs/
  6. scripts/
  7. .coveragerc
  8. .gitignore
  9. CMakeLists.txt
  10. MANIFEST.in
  11. pyproject.toml
  12. README.md
  13. requirements-build.txt
  14. requirements-test-3.13t.txt
  15. requirements-test.txt
  16. requirements-wheel-build.txt
  17. requirements-wheel-test-3.13t.txt
  18. requirements-wheel-test.txt
  19. setup.cfg
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 latest Visual C++ Redistributable for Visual Studio.

Development

See Python Development in the documentation subproject.

Building the documentation

See documentation build instructions in the documentation subproject.