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
7070 --format=actions \
7171 -i ES01 ` # For now it is ok if docstrings are missing the extended summary` \
7272 -i " pandas.Series.dt PR01" ` # Accessors are implemented as classes, but we do not document the Parameters section` \
73- -i " pandas.Grouper PR02" \
7473 -i " pandas.MultiIndex.append PR07,SA01" \
7574 -i " pandas.MultiIndex.copy PR07,RT03,SA01" \
7675 -i " pandas.MultiIndex.drop PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ class Grouper:
7272 Currently unused, reserved for future use.
7373 **kwargs
7474 Dictionary of the keyword arguments to pass to Grouper.
75+
76+ Attributes
77+ ----------
7578 key : str, defaults to None
7679 Groupby key, which selects the grouping column of the target.
7780 level : name/number, defaults to None
You can’t perform that action at this time.
0 commit comments