metobs_toolkit.analysis.Analysis.get_info#
- Analysis.get_info(printout: bool = True) None | str[source]#
Provides information about the Analysis instance, including the number of records, observation types, metadata columns, station names, and known time derivatives.
- Parameters:
printout (bool, optional) – If True, prints the information to the console. If False, returns the information as a string. Default is True.
- Returns:
Returns None if printout is True. Returns the information string if printout is False.
- Return type:
None or str