Input −Assume, you have a series,0 1.0 1 2.0 2 3.0 3 NaN 4 4.0 5 ... for i,j in data.items(): if(np.isnan(j)): print("index is",i) ...
確定! 回上一頁