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