| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.dataset.FileFormat.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
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.
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
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 |