Skip to content

Commit 29774e6

Browse files
pre-commit checks
1 parent a95924c commit 29774e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/groupby/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@ def nunique(self, dropna: bool = True) -> DataFrame:
24382438
-------
24392439
nunique: DataFrame
24402440
Counts of unique elements in each position.
2441-
2441+
24422442
See Also
24432443
--------
24442444
DataFrame.nunique : Count number of distinct elements in specified axis.

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2634,7 +2634,7 @@ def sem(self, ddof: int = 1, numeric_only: bool = False) -> NDFrameT:
26342634
-------
26352635
Series or DataFrame
26362636
Standard error of the mean of values within each group.
2637-
2637+
26382638
See Also
26392639
--------
26402640
DataFrame.groupby : Apply a function groupby to each row or column of a

0 commit comments

Comments
 (0)