File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9818,12 +9818,12 @@ def _gotitem(
9818
9818
--------
9819
9819
DataFrame.apply : Perform any type of operations.
9820
9820
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.
9827
9827
"""
9828
9828
)
9829
9829
You can’t perform that action at this time.
0 commit comments