Skip to content

Commit

Permalink
Update lags.py fixed docstring
Browse files Browse the repository at this point in the history
Docstring was not producing all 3 examples because it was missing ``` this should fix the API/reference for lags
  • Loading branch information
JustinKurland authored Nov 1, 2023
1 parent 3f6c744 commit 01867a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytimetk/feature_engineering/lags.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def augment_lags(
)
)
lagged_df_single
```
# Example 2 - Add a single lagged value of 2 for each GroupBy object, polars engine
lagged_df = (
Expand Down

0 comments on commit 01867a2

Please sign in to comment.