pandas 空值定義爲numpy.nan 1、對整體的series或Dataframe判斷是否未空,用isnull() eg: pd.isnull(df1) #df1是dataframe變量2、math.isnan()
確定! 回上一頁