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.isnaDetect missing values.
Index.dropnaReturn Index without NA/NaN values.
Index.fillnaFill NA/NaN values with the specified value.