nkozlovskiy e0e3e1717e add ydb deps | 1 год назад | |
---|---|---|
.. | ||
.dist-info | e0e3e1717e add ydb deps | 1 год назад |
pyarrow | e0e3e1717e add ydb deps | 1 год назад |
LICENSE.txt | e0e3e1717e add ydb deps | 1 год назад |
NOTICE.txt | e0e3e1717e add ydb deps | 1 год назад |
README.md | e0e3e1717e add ydb deps | 1 год назад |
ya.make | e0e3e1717e add ydb deps | 1 год назад |
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.
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.
See Python Development in the documentation subproject.
See documentation build instructions in the documentation subproject.