pyarrow

Python library for Apache Arrow

63 个版本 Python >=3.10
安装
pip install pyarrow
poetry add pyarrow
pipenv install pyarrow
conda install pyarrow
描述

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.

版本列表
24.0.0 2026-04-21
23.0.1 2026-02-16
23.0.0 2026-01-18
22.0.0 2025-10-24
21.0.0 2025-07-18
20.0.0 2025-04-27
19.0.1 2025-02-18
19.0.0 2025-01-16
18.1.0 2024-11-26
18.0.0 2024-10-28
17.0.0 2024-07-16
16.1.0 2024-05-14
16.0.0 2024-04-20
15.0.2 2024-03-18
15.0.1 2024-03-07
15.0.0 2024-01-21
14.0.2 2023-12-18
14.0.1 2023-11-08
14.0.0 2023-11-01
13.0.0 2023-08-23
12.0.1 2023-06-13
12.0.0 2023-05-02
11.0.0 2023-01-27
10.0.1 2022-11-22
10.0.0 2022-10-27
9.0.0 2022-08-03
8.0.0 2022-05-06
7.0.0 2022-02-03
6.0.1 2021-11-18
6.0.0 2021-10-26
5.0.0 2021-07-28
4.0.1 2021-05-30
4.0.0 2021-04-26
3.0.0 2021-01-26
2.0.0 2020-10-19
1.0.1 2020-08-21
1.0.0 2020-07-24
0.17.1 2020-05-18
0.17.0 2020-04-20
0.16.0 2020-02-07
0.15.1 2019-11-01
0.15.0 2019-10-05
0.14.1 2019-07-22
0.14.0 2019-07-04
0.13.0 2019-03-31
0.12.1 2019-02-25
0.12.0 2019-01-20
0.11.1 2018-10-24
0.11.0 2018-10-08
0.10.0 2018-08-06
0.9.0 2018-03-25
0.9.0.post1 2018-04-06
0.8.0 2017-12-19
0.7.1 2017-10-03
0.7.0 2017-09-18
0.6.0 2017-08-16
0.5.0 2017-08-02
0.5.0.post2 2017-08-02
0.4.1 2017-06-13
0.4.0 2017-05-23
0.3.0 2017-05-08
0.2.0 2017-03-16