Skip to content

Commit 70f3a7e

Browse files
Docs: fix for links on see also for DataFrame.agg (#54736)
add pandas to start of module path in see also
1 parent ffc5839 commit 70f3a7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/core/frame.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -9818,12 +9818,12 @@ def _gotitem(
98189818
--------
98199819
DataFrame.apply : Perform any type of operations.
98209820
DataFrame.transform : Perform transformation type operations.
9821-
core.groupby.GroupBy : Perform operations over groups.
9822-
core.resample.Resampler : Perform operations over resampled bins.
9823-
core.window.Rolling : Perform operations over rolling window.
9824-
core.window.Expanding : Perform operations over expanding window.
9825-
core.window.ExponentialMovingWindow : Perform operation over exponential weighted
9826-
window.
9821+
pandas.core.groupby.GroupBy : Perform operations over groups.
9822+
pandas.core.resample.Resampler : Perform operations over resampled bins.
9823+
pandas.core.window.Rolling : Perform operations over rolling window.
9824+
pandas.core.window.Expanding : Perform operations over expanding window.
9825+
pandas.core.window.ExponentialMovingWindow : Perform operation over exponential
9826+
weighted window.
98279827
"""
98289828
)
98299829

0 commit comments

Comments
 (0)