8.11. cpforager.checks.check_tdr
- cpforager.checks.check_tdr(df, verbose=True)
Check if the tdr data is ok overall.
- Parameters:
df (pandas.DataFrame) – the dataframe with
pressureandtemperaturecolumns.verbose (bool) – display warning if True.
- Returns:
True if the tdr data is ok overall.
- Return type:
bool
Practically, check if the dataframe
pressureandtemperaturecolumns do not only contain NaN values.