loongson/pypi/: pyarrow-22.0.0 metadata and description
Python library for Apache Arrow
| classifiers |
|
| description_content_type | text/markdown |
| license | Apache Software License |
| maintainer_email | Apache Arrow Developers <dev@arrow.apache.org> |
| project_urls |
|
| requires_python | >=3.10 |
| File | Tox results | History |
|---|---|---|
pyarrow-22.0.0-cp310-cp310-manylinux_2_38_loongarch64.whl
|
|
|
pyarrow-22.0.0-cp311-cp311-manylinux_2_38_loongarch64.whl
|
|
|
pyarrow-22.0.0-cp312-cp312-manylinux_2_38_loongarch64.whl
|
|
|
pyarrow-22.0.0-cp313-cp313-manylinux_2_38_loongarch64.whl
|
|
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
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.