7.10. cpforager.check.check_pressure_temperature

cpforager.check.check_pressure_temperature(df, verbose=True)

Check if pressure and temperature columns do not only contain NaN values.

Parameters:
  • df (pandas.DataFrame) – the dataframe with with pressure and temperature columns.

  • verbose (bool) – display warning if True.

Returns:

True if the dataframe pressure and temperature columns do not only contain NaN values.

Return type:

bool