Skip to content

Commit a0cf60a

Browse files
committed
update docstring
1 parent ef2d9dd commit a0cf60a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/core/groupby/groupby.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,11 +3831,6 @@ def ewm(self, *args, **kwargs) -> ExponentialMovingWindowGroupby:
38313831
pandas.api.typing.ExponentialMovingWindowGroupby
38323832
Return a new grouper with exponential moving window capabilities.
38333833
3834-
See Also
3835-
--------
3836-
pandas.DataFrame.ewm : Exponential weighted function for DataFrame.
3837-
pandas.Series.ewm : Exponential weighted function for Series.
3838-
38393834
Notes
38403835
-----
38413836
Each group is treated independently, and the exponential weighted calculations

0 commit comments

Comments
 (0)