| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../api/../api/../generated/pyarrow.csv.open_csv.html | [Back] [Original] |
Section Navigation
Open a streaming reader of CSV data.
Reading using this function is always single-threaded.
str, path or file-like objectThe location of CSV data. If a string or path, and if it ends with a recognized compressed file extension (e.g. .gz or .bz2), the data is automatically decompressed when reading.
pyarrow.csv.ReadOptions, optionalOptions for the CSV reader (see pyarrow.csv.ReadOptions constructor for defaults)
pyarrow.csv.ParseOptions, optionalOptions for the CSV parser (see pyarrow.csv.ParseOptions constructor for defaults)
pyarrow.csv.ConvertOptions, optionalOptions for converting CSV data (see pyarrow.csv.ConvertOptions constructor for defaults)
MemoryPool, optionalPool to allocate RecordBatch memory from
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 |