3.19. cpforager.processing.add_tdr_data
- cpforager.processing.add_tdr_data(df, params)
Enhance the dataframe with the additional tdr data.
- Parameters:
df (pandas.DataFrame) – dataframe with
datetime
,pressure
andtemperature
columns.params (dict) – parameters dictionary.
- Returns:
the dataframe enhanced with the additional tdr data.
- Return type:
pandas.DataFrame