dask_awkward.from_parquet

dask_awkward.from_parquet

dask_awkward.from_parquet(path, *, columns=None, max_gap=64000, max_block=256000000, footer_sample_size=1000000, generate_bitmasks=False, highlevel=True, behavior=None, attrs=None, ignore_metadata=True, scan_files=False, split_row_groups=False, storage_options=None, report=False)[source]

Create an Array collection from a Parquet dataset.

See ak.from_parquet() for more information.

Parameters
Returns

Collection represented by the Parquet data on disk.

Return type

Array