🌈 搜索
📅  最后修改于: 2022-03-11 14:47:10.626000             🧑  作者: Mango
x = np.array([[1,2,3,4], [2,3,np.nan,5], [np.nan,5,2,3]]) np.argwhere(np.isnan(x))