tree: 2f53df1470585612ce09cc3b38d24b9e9e6bbcfa [path history] [tgz]
  1. benchmarks/
  2. cmake_modules/
  3. doc/
  4. manylinux1/
  5. pyarrow/
  6. scripts/
  7. .gitignore
  8. asv.conf.json
  9. CMakeLists.txt
  10. LICENSE.txt
  11. MANIFEST.in
  12. README.md
  13. requirements.txt
  14. setup.cfg
  15. setup.py
python/README.md

Python library for Apache Arrow

This library provides a Pythonic API wrapper for the reference Arrow C++ implementation, along with tools for interoperability with pandas, NumPy, and other traditional Python scientific computing packages.

Installing

Across platforms, you can install a recent version of pyarrow with the conda package manager:

conda install pyarrow -c conda-forge

On Linux, you can also install binary wheels from PyPI with pip:

pip install pyarrow

Development details

See the Development page in the documentation.

Building the documentation

pip install -r doc/requirements.txt
python setup.py build_sphinx -s doc/source