Skip to content

Commit cc53d12

Browse files
committed
DOC: fix See also
1 parent 082059c commit cc53d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,6 +2670,7 @@ def sem(self, ddof: int = 1, numeric_only: bool = False) -> NDFrameT:
26702670
See Also
26712671
--------
26722672
DataFrame.sem : Return unbiased standard error of the mean over requested axis.
2673+
Series.sem : Return unbiased standard error of the mean over requested axis.
26732674
26742675
Examples
26752676
--------

0 commit comments

Comments
 (0)