parquet#

Functions

from_parquet

Load a Dataset object from a folder with parquet files for its dataframes.

from_parquet(input_path: Path | str) Dataset[source]#

Load a Dataset object from a folder with parquet files for its dataframes.

Other attributes will be loaded from dataset.yaml file in the same folder.

Parameters:

input_path – Folder to read the yaml file and parquet files from.

Raises:

ValueError – Raised when the object name contained in input_dict['__name__'] is not ‘Dataset’.

Returns:

Loaded dataset