pyarrow.dataset.WrittenFile#

class pyarrow.dataset.WrittenFile(path, metadata, size)#

Bases: _Weakrefable

Metadata information about files written as part of a dataset write operation

Parameters:
pathstr

Path to the file.

metadatapyarrow.parquet.FileMetaData, optional

For Parquet files, the Parquet file metadata.

sizeint

The size of the file in bytes.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

Attributes

metadata

metadata: object

path

path: unicode

size

size: 'int64_t'

metadata#

metadata: object

path#

path: unicode

size#

size: ‘int64_t’