We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c18cc6 commit a8ee795Copy full SHA for a8ee795
pandas/core/window/rolling.py
@@ -732,7 +732,7 @@ class Window(BaseWindow):
732
Provide a window type. If ``None``, all points are evenly weighted.
733
See the notes below for further information.
734
on : str, optional
735
- For a DataFrame, a datetime-like column or MultiIndex level on which
+ For a DataFrame, a datetime-like column or Index level on which
736
to calculate the rolling window, rather than the DataFrame's index.
737
Provided integer column is ignored and excluded from result since
738
an integer index is not used to calculate the rolling window.
0 commit comments