| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../../cpp/../c_glib/../python/api/../env_vars.html | [Back] [Original] |
Section Navigation
The following environment variables can be used to affect the behavior of PyArrow.
The base path to the PyArrow installation. This variable overrides the
default computation of library paths in introspection functions such
as get_library_dirs().
If this environment variable is set to a non-zero integer value, the PyArrow
IPC writer will default to the pre-0.15 Arrow IPC format.
This behavior can also be enabled using IpcWriteOptions.use_legacy_format.
If this environment variable is set to a non-zero integer value, the PyArrow
IPC writer will write V4 Arrow metadata (corresponding to pre-1.0 Arrow
with an incompatible Union data layout).
This behavior can also be enabled using IpcWriteOptions.metadata_version.
The path to the pkg-config executable. This may be required for
proper functioning of introspection functions such as
get_library_dirs() if pkg-config is not available on the system
PATH.
Note
Since PyArrow is based on Arrow C++, its behavior is also affected by the Arrow C++ environment variables.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |