From eab89610b15a3ecc25780834fb46ec90318a94db Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Fri, 21 Jun 2024 13:10:17 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```