File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
70
70
--format=actions \
71
71
-i ES01 ` # For now it is ok if docstrings are missing the extended summary` \
72
72
-i " pandas.Series.dt PR01" ` # Accessors are implemented as classes, but we do not document the Parameters section` \
73
- -i " pandas.Grouper PR02" \
74
73
-i " pandas.MultiIndex.append PR07,SA01" \
75
74
-i " pandas.MultiIndex.copy PR07,RT03,SA01" \
76
75
-i " pandas.MultiIndex.drop PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ class Grouper:
72
72
Currently unused, reserved for future use.
73
73
**kwargs
74
74
Dictionary of the keyword arguments to pass to Grouper.
75
+
76
+ Attributes
77
+ ----------
75
78
key : str, defaults to None
76
79
Groupby key, which selects the grouping column of the target.
77
80
level : name/number, defaults to None
You can’t perform that action at this time.
0 commit comments