We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1017382 commit 79205eaCopy full SHA for 79205ea
pandas/core/window.py
@@ -953,7 +953,7 @@ def count(self):
953
----------
954
func : function
955
Must produce a single value from an ndarray input if ``raw=True``
956
- or a Series if ``raw=False``.
+ or a single value from a Series if ``raw=False``.
957
raw : bool, default None
958
* ``False`` : passes each row or column as a Series to the
959
function.
0 commit comments