| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.dataset.ParquetFileFormat.html | [Back] [Original] |
Section Navigation
Bases: FileFormat
FileFormat for Parquet
ParquetReadOptionsRead options for the file.
ParquetFragmentScanOptionsScan Options for the file.
dictAdditional options for read option or scan option
Methods
|
|
|
|
|
Infer the schema of a file. |
|
Make a FileFragment from a given file. |
|
Attributes
Infer the schema of a file.
Make a FileFragment from a given file.
strThe file or file path to make a fragment from.
Filesystem, optionalIf filesystem is given, file must be a string and specifies the path of the file to read from the filesystem.
Expression, optionalAn expression that is guaranteed true for all rows in the fragment. Allows fragment to be potentially skipped while scanning with a filter.
Iterable, optionalThe indices of the row groups to include
int, optionalThe size of the file in bytes. Can improve performance with high-latency filesystems when file size needs to be known before reading.
FragmentThe file fragment
dictpyarrow.dataset.FileWriteOptions
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 |