modin.pandas.Index.hasnans¶
- Index.hasnans() None [source]¶
Return True if there are any NaNs.
Enables various performance speedups.
- Return type:
bool
See also
Index.isna
Detect missing values.
Index.dropna
Return Index without NA/NaN values.
Index.fillna
Fill NA/NaN values with the specified value.