3.17. cpforager.processing.add_basic_data

cpforager.processing.add_basic_data(df, params)

Enhance the dataframe with the additional basic data.

Parameters:
  • df (pandas.DataFrame) – dataframe with a datetime column.

  • params (dict) – parameters dictionary.

Returns:

the dataframe enhanced with the additional basic data.

Return type:

pandas.DataFrame