Skip to content

Commit 05f5485

Browse files
committed
update docstring
1 parent 522e701 commit 05f5485

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: pandas/core/groupby/grouper.py

+6
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ def _set_grouper(
329329
obj : Series or DataFrame
330330
sort : bool, default False
331331
whether the resulting grouper should be sorted
332+
gpr_index : Index or None, default None
333+
334+
Returns
335+
-------
336+
NDFrame
337+
Index
332338
"""
333339
assert obj is not None
334340

0 commit comments

Comments
 (0)