Dataset.summary_data

Dataset.summary_data(flag_print: bool = True) Tuple[str, None][source]

Report with information, such as: - Loadable data contained - Number of samples, and number of files, sampling campaigns - If design parameters and performances attributes are correctly

aligned by their uid

Parameters:

flag_print (bool, optional, default=True) – It True, the summary is printed to the console. Otherwise, it is returned as a string.

Returns:

Tuple[str, None] – If flag_print=True, the summary is printed to the console. Otherwise, it is returned as a string.