check if any value is nan python numpy code example Example: check nan values in a np array array_has_nan = np.isnan(array_sum)