-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Is this a mistake or am I missing something?
skipna : bool, optional
If True, skip missing values (as marked by NaN). By default, only skips missing values for float dtypes; other dtypes either do not have a sentinel missing value (int) or skipna=True has not been implemented (object, datetime64 or timedelta64).