From 8cbeaf2c83646b6796d1e343ce5870383b35555f Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 1 Nov 2021 21:14:12 -0700 Subject: [PATCH] DOC: Fix rolling apply raw default arg --- pandas/core/window/doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/window/doc.py b/pandas/core/window/doc.py index 9a645f55ffa39..2cc7962c6bd7b 100644 --- a/pandas/core/window/doc.py +++ b/pandas/core/window/doc.py @@ -59,7 +59,7 @@ def create_section_header(header: str) -> str: .. versionchanged:: 1.0.0 - raw : bool, default None + raw : bool, default False * ``False`` : passes each row or column as a Series to the function. * ``True`` : the passed function will receive ndarray