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