ppc64le/linux/: pyarrow-11.0.0.dev0+gf10f5cfd1.d20250211 metadata and description

Homepage Simple index Stable version available

Python library for Apache Arrow

classifiers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
license Apache License, Version 2.0
maintainer Apache Arrow Developers
maintainer_email [email protected]
project_urls
  • Documentation, https://arrow.apache.org/docs/python
  • Source, https://github.com/apache/arrow
requires_dist
  • numpy>=1.16.6
requires_python >=3.7
File Tox results History
pyarrow-11.0.0.dev0+gf10f5cfd1.d20250211-cp310-cp310-linux_ppc64le.whl
Size
67 MB
Type
Python Wheel
Python
3.10
pyarrow-11.0.0.dev0+gf10f5cfd1.d20250211-cp311-cp311-linux_ppc64le.whl
Size
68 MB
Type
Python Wheel
Python
3.11
pyarrow-11.0.0.dev0+gf10f5cfd1.d20250211-cp312-cp312-linux_ppc64le.whl
Size
68 MB
Type
Python Wheel
Python
3.12
pyarrow-11.0.0.dev0+gf10f5cfd1.d20250211-cp39-cp39-linux_ppc64le.whl
Size
68 MB
Type
Python Wheel
Python
3.9

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.