File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
153
153
-i " pandas.DatetimeTZDtype SA01" \
154
154
-i " pandas.DatetimeTZDtype.tz SA01" \
155
155
-i " pandas.DatetimeTZDtype.unit SA01" \
156
- -i " pandas.Grouper PR02,SA01 " \
156
+ -i " pandas.Grouper PR02" \
157
157
-i " pandas.HDFStore.append PR01,SA01" \
158
158
-i " pandas.HDFStore.get SA01" \
159
159
-i " pandas.HDFStore.groups SA01" \
Original file line number Diff line number Diff line change @@ -117,6 +117,11 @@ class Grouper:
117
117
A TimeGrouper is returned if ``freq`` is not ``None``. Otherwise, a Grouper
118
118
is returned.
119
119
120
+ See Also
121
+ --------
122
+ Series.groupby : Apply a function groupby to a Series.
123
+ DataFrame.groupby : Apply a function groupby.
124
+
120
125
Examples
121
126
--------
122
127
``df.groupby(pd.Grouper(key="Animal"))`` is equivalent to ``df.groupby('Animal')``
You can’t perform that action at this time.
0 commit comments