You are viewing documentation about an older version (1.21.0). View latest version

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.