diff --git a/pandas/core/series.py b/pandas/core/series.py index 814a770b192bf..020fadc359ebd 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -2150,7 +2150,7 @@ def count(self): Returns ------- - int or Series (if level specified) + int Number of non-null values in the Series. See Also