Skip to content

Commit a2710a8

Browse files
DOC: fix PR02 for pandas.Grouper (#59259)
1 parent b4bd4ae commit a2710a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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" \

pandas/core/groupby/grouper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)