CMakeLists.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
../LICENSE.txt
../NOTICE.txt
cmake_modules/BuildUtils.cmake
cmake_modules/DefineOptions.cmake
cmake_modules/FindAWSSDKAlt.cmake
cmake_modules/FindAzure.cmake
cmake_modules/FindBrotliAlt.cmake
cmake_modules/FindClangTools.cmake
cmake_modules/FindGTestAlt.cmake
cmake_modules/FindInferTools.cmake
cmake_modules/FindLLVMAlt.cmake
cmake_modules/FindOpenSSLAlt.cmake
cmake_modules/FindProtobufAlt.cmake
cmake_modules/FindPython3Alt.cmake
cmake_modules/FindRapidJSONAlt.cmake
cmake_modules/FindSQLite3Alt.cmake
cmake_modules/FindSnappyAlt.cmake
cmake_modules/FindThriftAlt.cmake
cmake_modules/FindabslAlt.cmake
cmake_modules/Findc-aresAlt.cmake
cmake_modules/FindgRPCAlt.cmake
cmake_modules/FindgflagsAlt.cmake
cmake_modules/FindglogAlt.cmake
cmake_modules/FindjemallocAlt.cmake
cmake_modules/Findlibrados.cmake
cmake_modules/Findlz4Alt.cmake
cmake_modules/FindorcAlt.cmake
cmake_modules/Findre2Alt.cmake
cmake_modules/Findutf8proc.cmake
cmake_modules/FindzstdAlt.cmake
cmake_modules/GandivaAddBitcode.cmake
cmake_modules/SetupCxxFlags.cmake
cmake_modules/ThirdpartyToolchain.cmake
cmake_modules/UseCython.cmake
cmake_modules/Usevcpkg.cmake
cmake_modules/mimalloc-1138.patch
cmake_modules/orc-2345.patch
cmake_modules/orc-2357.patch
cmake_modules/san-config.cmake
cmake_modules/thrift-3187.patch
pyarrow/__init__.pxd
pyarrow/__init__.py
pyarrow/_acero.pxd
pyarrow/_acero.pyx
pyarrow/_azurefs.pyx
pyarrow/_compute.pxd
pyarrow/_compute.pyx
pyarrow/_compute_docstrings.py
pyarrow/_csv.pxd
pyarrow/_csv.pyx
pyarrow/_cuda.pxd
pyarrow/_cuda.pyx
pyarrow/_dataset.pxd
pyarrow/_dataset.pyx
pyarrow/_dataset_orc.pyx
pyarrow/_dataset_parquet.pxd
pyarrow/_dataset_parquet.pyx
pyarrow/_dataset_parquet_encryption.pyx
pyarrow/_dlpack.pxi
pyarrow/_feather.pyx
pyarrow/_flight.pyx
pyarrow/_fs.pxd
pyarrow/_fs.pyx
pyarrow/_gcsfs.pyx
pyarrow/_generated_version.py
pyarrow/_hdfs.pyx
pyarrow/_json.pxd
pyarrow/_json.pyx
pyarrow/_orc.pxd
pyarrow/_orc.pyx
pyarrow/_parquet.pxd
pyarrow/_parquet.pyx
pyarrow/_parquet_encryption.pxd
pyarrow/_parquet_encryption.pyx
pyarrow/_pyarrow_cpp_tests.pxd
pyarrow/_pyarrow_cpp_tests.pyx
pyarrow/_s3fs.pyx
pyarrow/_substrait.pyx
pyarrow/acero.py
pyarrow/array.pxi
pyarrow/benchmark.pxi
pyarrow/benchmark.py
pyarrow/builder.pxi
pyarrow/cffi.py
pyarrow/compat.pxi
pyarrow/compute.py
pyarrow/config.pxi
pyarrow/conftest.py
pyarrow/csv.py
pyarrow/cuda.py
pyarrow/dataset.py
pyarrow/device.pxi
pyarrow/error.pxi
pyarrow/feather.py
pyarrow/flight.py
pyarrow/fs.py
pyarrow/gandiva.pyx
pyarrow/io.pxi
pyarrow/ipc.pxi
pyarrow/ipc.py
pyarrow/json.py
pyarrow/jvm.py
pyarrow/lib.pxd
pyarrow/lib.pyx
pyarrow/memory.pxi
pyarrow/orc.py
pyarrow/pandas-shim.pxi
pyarrow/pandas_compat.py
pyarrow/public-api.pxi
pyarrow/scalar.pxi
pyarrow/substrait.py
pyarrow/table.pxi
pyarrow/tensor.pxi
pyarrow/types.pxi
pyarrow/types.py
pyarrow/util.py
pyarrow.egg-info/PKG-INFO
pyarrow.egg-info/SOURCES.txt
pyarrow.egg-info/dependency_links.txt
pyarrow.egg-info/not-zip-safe
pyarrow.egg-info/top_level.txt
pyarrow/includes/__init__.pxd
pyarrow/includes/common.pxd
pyarrow/includes/libarrow.pxd
pyarrow/includes/libarrow_acero.pxd
pyarrow/includes/libarrow_cuda.pxd
pyarrow/includes/libarrow_dataset.pxd
pyarrow/includes/libarrow_dataset_parquet.pxd
pyarrow/includes/libarrow_feather.pxd
pyarrow/includes/libarrow_flight.pxd
pyarrow/includes/libarrow_fs.pxd
pyarrow/includes/libarrow_python.pxd
pyarrow/includes/libarrow_substrait.pxd
pyarrow/includes/libgandiva.pxd
pyarrow/includes/libparquet.pxd
pyarrow/includes/libparquet_encryption.pxd
pyarrow/interchange/__init__.py
pyarrow/interchange/buffer.py
pyarrow/interchange/column.py
pyarrow/interchange/dataframe.py
pyarrow/interchange/from_dataframe.py
pyarrow/parquet/__init__.py
pyarrow/parquet/core.py
pyarrow/parquet/encryption.py
pyarrow/src/arrow/python/CMakeLists.txt
pyarrow/src/arrow/python/api.h
pyarrow/src/arrow/python/arrow_to_pandas.cc
pyarrow/src/arrow/python/arrow_to_pandas.h
pyarrow/src/arrow/python/arrow_to_python_internal.h
pyarrow/src/arrow/python/async.h
pyarrow/src/arrow/python/benchmark.cc
pyarrow/src/arrow/python/benchmark.h
pyarrow/src/arrow/python/common.cc
pyarrow/src/arrow/python/common.h
pyarrow/src/arrow/python/config.cc
pyarrow/src/arrow/python/config.h
pyarrow/src/arrow/python/config_internal.h.cmake
pyarrow/src/arrow/python/csv.cc
pyarrow/src/arrow/python/csv.h
pyarrow/src/arrow/python/datetime.cc
pyarrow/src/arrow/python/datetime.h
pyarrow/src/arrow/python/decimal.cc
pyarrow/src/arrow/python/decimal.h
pyarrow/src/arrow/python/extension_type.cc
pyarrow/src/arrow/python/extension_type.h
pyarrow/src/arrow/python/filesystem.cc
pyarrow/src/arrow/python/filesystem.h
pyarrow/src/arrow/python/flight.cc
pyarrow/src/arrow/python/flight.h
pyarrow/src/arrow/python/gdb.cc
pyarrow/src/arrow/python/gdb.h
pyarrow/src/arrow/python/helpers.cc
pyarrow/src/arrow/python/helpers.h
pyarrow/src/arrow/python/inference.cc
pyarrow/src/arrow/python/inference.h
pyarrow/src/arrow/python/io.cc
pyarrow/src/arrow/python/io.h
pyarrow/src/arrow/python/ipc.cc
pyarrow/src/arrow/python/ipc.h
pyarrow/src/arrow/python/iterators.h
pyarrow/src/arrow/python/numpy_convert.cc
pyarrow/src/arrow/python/numpy_convert.h
pyarrow/src/arrow/python/numpy_init.cc
pyarrow/src/arrow/python/numpy_init.h
pyarrow/src/arrow/python/numpy_internal.h
pyarrow/src/arrow/python/numpy_interop.h
pyarrow/src/arrow/python/numpy_to_arrow.cc
pyarrow/src/arrow/python/numpy_to_arrow.h
pyarrow/src/arrow/python/parquet_encryption.cc
pyarrow/src/arrow/python/parquet_encryption.h
pyarrow/src/arrow/python/platform.h
pyarrow/src/arrow/python/pyarrow.cc
pyarrow/src/arrow/python/pyarrow.h
pyarrow/src/arrow/python/pyarrow_api.h
pyarrow/src/arrow/python/pyarrow_lib.h
pyarrow/src/arrow/python/python_test.cc
pyarrow/src/arrow/python/python_test.h
pyarrow/src/arrow/python/python_to_arrow.cc
pyarrow/src/arrow/python/python_to_arrow.h
pyarrow/src/arrow/python/type_traits.h
pyarrow/src/arrow/python/udf.cc
pyarrow/src/arrow/python/udf.h
pyarrow/src/arrow/python/util.cc
pyarrow/src/arrow/python/util.h
pyarrow/src/arrow/python/visibility.h
pyarrow/src/arrow/python/vendored/CMakeLists.txt
pyarrow/src/arrow/python/vendored/pythoncapi_compat.h
pyarrow/tests/__init__.py
pyarrow/tests/arrow_16597.py
pyarrow/tests/arrow_39313.py
pyarrow/tests/arrow_7980.py
pyarrow/tests/bound_function_visit_strings.pyx
pyarrow/tests/conftest.py
pyarrow/tests/extensions.pyx
pyarrow/tests/pandas_examples.py
pyarrow/tests/pandas_threaded_import.py
pyarrow/tests/pyarrow_cython_example.pyx
pyarrow/tests/read_record_batch.py
pyarrow/tests/strategies.py
pyarrow/tests/test_acero.py
pyarrow/tests/test_adhoc_memory_leak.py
pyarrow/tests/test_array.py
pyarrow/tests/test_builder.py
pyarrow/tests/test_cffi.py
pyarrow/tests/test_compute.py
pyarrow/tests/test_convert_builtin.py
pyarrow/tests/test_cpp_internals.py
pyarrow/tests/test_csv.py
pyarrow/tests/test_cuda.py
pyarrow/tests/test_cuda_numba_interop.py
pyarrow/tests/test_cython.py
pyarrow/tests/test_dataset.py
pyarrow/tests/test_dataset_encryption.py
pyarrow/tests/test_deprecations.py
pyarrow/tests/test_device.py
pyarrow/tests/test_dlpack.py
pyarrow/tests/test_exec_plan.py
pyarrow/tests/test_extension_type.py
pyarrow/tests/test_feather.py
pyarrow/tests/test_flight.py
pyarrow/tests/test_flight_async.py
pyarrow/tests/test_fs.py
pyarrow/tests/test_gandiva.py
pyarrow/tests/test_gdb.py
pyarrow/tests/test_io.py
pyarrow/tests/test_ipc.py
pyarrow/tests/test_json.py
pyarrow/tests/test_jvm.py
pyarrow/tests/test_memory.py
pyarrow/tests/test_misc.py
pyarrow/tests/test_orc.py
pyarrow/tests/test_pandas.py
pyarrow/tests/test_scalars.py
pyarrow/tests/test_schema.py
pyarrow/tests/test_sparse_tensor.py
pyarrow/tests/test_strategies.py
pyarrow/tests/test_substrait.py
pyarrow/tests/test_table.py
pyarrow/tests/test_tensor.py
pyarrow/tests/test_types.py
pyarrow/tests/test_udf.py
pyarrow/tests/test_util.py
pyarrow/tests/test_without_numpy.py
pyarrow/tests/util.py
pyarrow/tests/wsgi_examples.py
pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather
pyarrow/tests/data/orc/README.md
pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz
pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc
pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz
pyarrow/tests/data/orc/TestOrcFile.test1.orc
pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz
pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc
pyarrow/tests/data/orc/decimal.jsn.gz
pyarrow/tests/data/orc/decimal.orc
pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet
pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet
pyarrow/tests/data/parquet/v0.7.1.parquet
pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet
pyarrow/tests/interchange/__init__.py
pyarrow/tests/interchange/test_conversion.py
pyarrow/tests/interchange/test_interchange_spec.py
pyarrow/tests/parquet/__init__.py
pyarrow/tests/parquet/common.py
pyarrow/tests/parquet/conftest.py
pyarrow/tests/parquet/encryption.py
pyarrow/tests/parquet/test_basic.py
pyarrow/tests/parquet/test_compliant_nested_type.py
pyarrow/tests/parquet/test_data_types.py
pyarrow/tests/parquet/test_dataset.py
pyarrow/tests/parquet/test_datetime.py
pyarrow/tests/parquet/test_encryption.py
pyarrow/tests/parquet/test_metadata.py
pyarrow/tests/parquet/test_pandas.py
pyarrow/tests/parquet/test_parquet_file.py
pyarrow/tests/parquet/test_parquet_writer.py
pyarrow/vendored/__init__.py
pyarrow/vendored/docscrape.py
pyarrow/vendored/version.py