Skip to content

Commit d430a98

Browse files
phoflYi Wei
authored and
Yi Wei
committed
Fix typo in future warning message (pandas-dev#52889)
1 parent 90a98b8 commit d430a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4349,7 +4349,7 @@ def _insert_quantile_level(idx: Index, qs: npt.NDArray[np.float64]) -> MultiInde
43494349
_apply_groupings_depr = (
43504350
"{}.apply operated on the grouping columns. This behavior is deprecated, "
43514351
"and in a future version of pandas the grouping columns will be excluded "
4352-
"from the operation. Select the columns to operate on after groupby to"
4352+
"from the operation. Select the columns to operate on after groupby to "
43534353
"either explicitly include or exclude the groupings and silence "
43544354
"this warning."
43554355
)

0 commit comments

Comments
 (0)