Skip to content

Commit 85fa90e

Browse files
committed
DOC: fix sem
1 parent a14a8be commit 85fa90e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/groupby/groupby.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,6 +2658,10 @@ def sem(self, ddof: int = 1, numeric_only: bool = False) -> NDFrameT:
26582658
Series or DataFrame
26592659
Standard error of the mean of values within each group.
26602660
2661+
See Also
2662+
--------
2663+
DataFrame.sem : Return unbiased standard error of the mean over requested axis.
2664+
26612665
Examples
26622666
--------
26632667
For SeriesGroupBy:

0 commit comments

Comments
 (0)