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 and temperature 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 and temperature columns do not only contain NaN values.