pyarrow.dataset.ParquetFileFormat¶
-
class
pyarrow.dataset.ParquetFileFormat¶ Bases:
pyarrow._dataset.FileFormat-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Initialize self.
Infer the schema of a file.
Make a FileFragment of this FileFormat.
Attributes
-
default_extname¶
-
default_fragment_scan_options¶
-
equals()¶
-
inspect()¶ Infer the schema of a file.
-
make_fragment()¶ Make a FileFragment of this FileFormat. The filter may not reference fields absent from the provided schema. If no schema is provided then one will be inferred.
-
make_write_options()¶
-
read_options¶
-