4.20. cpforager.processing.add_axy_data
- cpforager.processing.add_axy_data(df, params)
Enhance the dataframe with the additional axy data.
- Parameters:
df (pandas.DataFrame) – dataframe with a
datetime,ax,ay,az,longitude,latitude,pressureandtemperaturecolumns.params (dict) – parameters dictionary.
- Returns:
the dataframe enhanced with the additional axy data.
- Return type:
pandas.DataFrame