File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 66Index objects
77=============
88
9+ .. note ::
10+
11+ Looking for a beginner-friendly introduction? See the :doc: `../user_guide/indexing ` user guide for indexing and selecting data.
912Index
1013-----
11- .. currentmodule :: pandas
1214
1315**Many of these methods or variants thereof are available on the objects
1416that contain an index (Series/DataFrame) and those should most likely be
Original file line number Diff line number Diff line change 88
99:class: `pandas.api.typing.Rolling ` instances are returned by ``.rolling `` calls:
1010:func: `pandas.DataFrame.rolling ` and :func: `pandas.Series.rolling `.
11+ .. note ::
12+
13+ Looking for a beginner-friendly introduction? See the :doc: `../user_guide/window ` user guide for windowing operations.
1114:class: `pandas.api.typing.Expanding ` instances are returned by ``.expanding `` calls:
1215:func: `pandas.DataFrame.expanding ` and :func: `pandas.Series.expanding `.
1316:class: `pandas.api.typing.ExponentialMovingWindow ` instances are returned by ``.ewm ``
You can’t perform that action at this time.
0 commit comments