Skip to content

Commit

Permalink
fix for groupby.apply(lambda ...) deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
staircase-dev committed Jun 25, 2024
1 parent 4bbddf4 commit 503dd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user_guide/case_studies/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ and where the values are instances of :class:`pandas.arrays.IntervalArray` and h
df["end"],
closed="left",
),
include_groups=False,
)
)
meetings
Expand Down

0 comments on commit 503dd56

Please sign in to comment.