pandas 缺失值與空值處理

1.相關函數 df.dropna()python df.fillna()函數 df.isnull()spa df.isna()3d 2.相關概念 空值:在pandas中的空值是""code 缺失值:在dataframe中爲nan或者naT(缺失時間),在series中爲none或者nan便可blog 3.函數具體解釋 DataFrame.dropna(axis=0, how='any', thre
相關文章
相關標籤/搜索