File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments