We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b24abd commit ebdf6efCopy full SHA for ebdf6ef
pandas/core/window.py
@@ -462,7 +462,8 @@ class Window(_Window):
462
min_periods : int, default None
463
Minimum number of observations in window required to have a value
464
(otherwise result is NA). For a window that is specified by an offset,
465
- this will default to 1.
+ `min_periods` will default to 1. Otherwise, `min_periods` will default
466
+ to the size of the window.
467
center : boolean, default False
468
Set the labels at the center of the window.
469
win_type : string, default None
0 commit comments