Skip to content

Commit

Permalink
Merge pull request #78 from JustinKurland/JustinKurland-lags-docstring
Browse files Browse the repository at this point in the history
Update lags.py fixed docstring
  • Loading branch information
JustinKurland committed Nov 1, 2023
2 parents 3f6c744 + 01867a2 commit 8a45761
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 8a45761

Please sign in to comment.