Buat Array NP Nan

an_array = np.empty((3,3))
an_array[:] = np.NaN
Grieving Grebe