A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://arrow.apache.org/docs/python/generated/pyarrow.dataset.FileFormat.html below:

pyarrow.dataset.FileFormat — Apache Arrow v21.0.0

pyarrow.dataset.FileFormat#
class pyarrow.dataset.FileFormat#

Bases: _Weakrefable

__init__(*args, **kwargs)#

Methods

Attributes

default_extname#
default_fragment_scan_options#
inspect(self, file, filesystem=None)#

Infer the schema of a file.

Parameters:
filefile-like object, path-like or str

The file or file path to infer a schema from.

filesystemFilesystem, optional

If filesystem is given, file must be a string and specifies the path of the file to read from the filesystem.

Returns:
schemaSchema

The schema inferred from the file

make_fragment(self, file, filesystem=None, Expression partition_expression=None, *, file_size=None)#

Make a FileFragment from a given file.

Parameters:
filefile-like object, path-like or str

The file or file path to make a fragment from.

filesystemFilesystem, optional

If filesystem is given, file must be a string and specifies the path of the file to read from the filesystem.

partition_expressionExpression, optional

An expression that is guaranteed true for all rows in the fragment. Allows fragment to be potentially skipped while scanning with a filter.

file_sizeint, optional

The size of the file in bytes. Can improve performance with high-latency filesystems when file size needs to be known before reading.

Returns:
fragmentFragment

The file fragment

make_write_options(self)#

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4