Dataset.summary_dataobjects
- Dataset.summary_dataobjects(flag_print: bool = True) Tuple[str, None] [source]
More detailed summary of the data objects.
- 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.