diff --git a/README.md b/README.md index 19d445a6..136aa717 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ result = Flattener( init_df=prediction_times_df, entity_id_col_name="id", timestamp_col_name="date" ) ).aggregate_timeseries(specs=[predictor_spec, outcome_spec]) -result +result.df ```