Skip to content

Commit c59bf0b

Browse files
committed
DOC: add to docstring of core/groupby/Grouper
1 parent 599156f commit c59bf0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pandas/core/groupby.py

+7
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ class Grouper(object):
162162
sort : boolean, default to False
163163
whether to sort the resulting labels
164164
165+
additional kwargs to control time-like groupers (when freq is passed)
166+
167+
closed : closed end of interval; left or right
168+
label : interval boundary to use for labeling; left or right
169+
convention : {'start', 'end', 'e', 's'}
170+
If grouper is PeriodIndex
171+
165172
Returns
166173
-------
167174
A specification for a groupby instruction

0 commit comments

Comments
 (0)