Skip to content

Commit 503dd56

Browse files
committed
fix for groupby.apply(lambda ...) deprecation warning
1 parent 4bbddf4 commit 503dd56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user_guide/case_studies/calendar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ and where the values are instances of :class:`pandas.arrays.IntervalArray` and h
5757
df["end"],
5858
closed="left",
5959
),
60+
include_groups=False,
6061
)
6162
)
6263
meetings

0 commit comments

Comments
 (0)