np.nan find code example Example 1: check nan values in a np array array_has_nan = np.isnan(array_sum) Example 2: np where nan np.argwhere(np.isnan(x))