Skip to content

Commit 1bffa5e

Browse files
authored
DOC: Series.count remove mention of "level" (#54526)
* DOC: Series.count remove mention of "level" * leave return type as-is
1 parent 574cd44 commit 1bffa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ def count(self):
21502150
21512151
Returns
21522152
-------
2153-
int or Series (if level specified)
2153+
int
21542154
Number of non-null values in the Series.
21552155
21562156
See Also

0 commit comments

Comments
 (0)