Skip to content

Commit 8f25bee

Browse files
aimlnerdhedeershowk
authored andcommitted
DOC: fix see also links in pandas.DataFrame.agg docstring (pandas-dev#55162)
1 parent 6084f1a commit 8f25bee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/core/frame.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -9829,11 +9829,11 @@ def _gotitem(
98299829
--------
98309830
DataFrame.apply : Perform any type of operations.
98319831
DataFrame.transform : Perform transformation type operations.
9832-
pandas.core.groupby.GroupBy : Perform operations over groups.
9833-
pandas.core.resample.Resampler : Perform operations over resampled bins.
9834-
pandas.core.window.Rolling : Perform operations over rolling window.
9835-
pandas.core.window.Expanding : Perform operations over expanding window.
9836-
pandas.core.window.ExponentialMovingWindow : Perform operation over exponential
9832+
pandas.DataFrame.groupby : Perform operations over groups.
9833+
pandas.DataFrame.resample : Perform operations over resampled bins.
9834+
pandas.DataFrame.rolling : Perform operations over rolling window.
9835+
pandas.DataFrame.expanding : Perform operations over expanding window.
9836+
pandas.core.window.ewm.ExponentialMovingWindow : Perform operation over exponential
98379837
weighted window.
98389838
"""
98399839
)

0 commit comments

Comments
 (0)