Skip to content

Commit

Permalink
DOC: fix See also
Browse files Browse the repository at this point in the history
  • Loading branch information
Axeldnahcram committed Dec 2, 2024
1 parent 082059c commit cc53d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -2670,6 +2670,7 @@ def sem(self, ddof: int = 1, numeric_only: bool = False) -> NDFrameT:
See Also
--------
DataFrame.sem : Return unbiased standard error of the mean over requested axis.
Series.sem : Return unbiased standard error of the mean over requested axis.
Examples
--------
Expand Down

0 comments on commit cc53d12

Please sign in to comment.