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