Skip to content

Commit ec79392

Browse files
topper-123jreback
authored andcommitted
Expanding doc string, corrected min_periods default (#19259)
1 parent 5e3cd25 commit ec79392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ class Expanding(_Rolling_and_Expanding):
12861286
12871287
Parameters
12881288
----------
1289-
min_periods : int, default None
1289+
min_periods : int, default 1
12901290
Minimum number of observations in window required to have a value
12911291
(otherwise result is NA).
12921292
center : boolean, default False

0 commit comments

Comments
 (0)