NaN是什么
NaN是空值卦方,在Python中表示什么也沒有召庞。在R中表示為NULL当船;
如何產(chǎn)生NaN
通過np.nan()函數(shù)產(chǎn)生NaN值破镰;
NaN的type為float餐曼,可以和其他類型的數(shù)據(jù)組成一個(gè)list。
NaN的特性
判斷是否為NaN很簡單:
np.nan()==np.nan():False #通過此方法可以簡單判斷是不是NaN
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
以上錯誤常見于np.isnan()函數(shù)運(yùn)用于非float數(shù)值上鲜漩,會報(bào)以上錯誤源譬。