【數據清洗】pandas查找一列中除空值外爲只有一個值的列

應該檢查標準差,把標準差小的去掉。使用pandas,代碼以下 const_cols = [c for c in train_df.columns if train_df[c].nunique(dropna=False)==1 ]
相關文章
相關標籤/搜索