File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
Window
7
7
======
8
8
9
- Rolling objects are returned by ``.rolling `` calls: :func: `pandas.DataFrame.rolling `, :func: `pandas.Series.rolling `, etc .
10
- Expanding objects are returned by ``.expanding `` calls: :func: `pandas.DataFrame.expanding `, :func: `pandas.Series.expanding `, etc .
11
- ExponentialMovingWindow objects are returned by ``.ewm `` calls: :func: `pandas.DataFrame.ewm `, :func: `pandas.Series.ewm `, etc .
9
+ Rolling objects are returned by ``.rolling `` calls: :func: `pandas.DataFrame.rolling ` and :func: `pandas.Series.rolling `.
10
+ Expanding objects are returned by ``.expanding `` calls: :func: `pandas.DataFrame.expanding ` and :func: `pandas.Series.expanding `.
11
+ ExponentialMovingWindow objects are returned by ``.ewm `` calls: :func: `pandas.DataFrame.ewm ` and :func: `pandas.Series.ewm `.
12
12
13
13
.. _api.functions_rolling :
14
14
You can’t perform that action at this time.
0 commit comments