flexmeasures.data.services.time_series

Functions

flexmeasures.data.services.time_series.aggregate_values(bdf_dict: dict[Any, BeliefsDataFrame]) BeliefsDataFrame
flexmeasures.data.services.time_series.drop_unchanged_beliefs(bdf: BeliefsDataFrame) BeliefsDataFrame

Drop beliefs that are already stored in the database with an earlier belief time.

Also drop beliefs that are already in the data with an earlier belief time.

Quite useful function to prevent cluttering up your database with beliefs that remain unchanged over time.