modin.pandas.Index.hasnans¶
- Index.hasnans() None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.20.0/src/snowflake/snowpark/modin/plugin/extensions/index.py#L1727-L1744)¶
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.