Back to Numerical Arrays (NumPy)
np.isnan
Test element-wise for NaN.
Syntax
np.isnan(x)
Description
Test element-wise for NaN.
Parameters
| Name | Description |
|---|---|
| x | - Input array |
Returns
Promise<NDArray>
Test element-wise for NaN.
np.isnan(x)
Test element-wise for NaN.
| Name | Description |
|---|---|
| x | - Input array |
Promise<NDArray>