Skip to main content

Python library for Apache Arrow

Project description

Python library for Apache Arrow

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

Coding Style

We follow a similar PEP8-like coding style to the pandas project.

The code must pass flake8 (available from pip or conda) or it will fail the build. Check for style errors before submitting your pull request with:

flake8 pyarrow
flake8 --config=.flake8.cython pyarrow

Building from Source

See the Development page in the documentation.

Building the documentation

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyarrow-0.10.0.tar.gz (2.1 MB view hashes)

Uploaded Source

Built Distributions

pyarrow-0.10.0-cp36-cp36m-win_amd64.whl (3.6 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

pyarrow-0.10.0-cp36-cp36m-manylinux1_x86_64.whl (11.6 MB view hashes)

Uploaded CPython 3.6m

pyarrow-0.10.0-cp36-cp36m-macosx_10_6_intel.whl (8.5 MB view hashes)

Uploaded CPython 3.6m macOS 10.6+ intel

pyarrow-0.10.0-cp35-cp35m-win_amd64.whl (3.6 MB view hashes)

Uploaded CPython 3.5m Windows x86-64

pyarrow-0.10.0-cp35-cp35m-manylinux1_x86_64.whl (11.6 MB view hashes)

Uploaded CPython 3.5m

pyarrow-0.10.0-cp35-cp35m-macosx_10_6_intel.whl (8.5 MB view hashes)

Uploaded CPython 3.5m macOS 10.6+ intel

pyarrow-0.10.0-cp27-cp27mu-manylinux1_x86_64.whl (11.6 MB view hashes)

Uploaded CPython 2.7mu

pyarrow-0.10.0-cp27-cp27m-manylinux1_x86_64.whl (11.6 MB view hashes)

Uploaded CPython 2.7m

pyarrow-0.10.0-cp27-cp27m-macosx_10_6_intel.whl (8.5 MB view hashes)

Uploaded CPython 2.7m macOS 10.6+ intel

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page