🌈 搜索
📅  最后修改于: 2022-03-11 14:45:42.557000             🧑  作者: Mango
cols_to_delete = df.columns[df.isnull().sum()/len(df) > .90] df.drop(cols_to_delete, axis = 1, inplace = True)