sklearn.preprocessing.Imputer,用来填充缺失值或者特定值的,相当于fillna()+dataframe结构中的排序问题

 

imp=Imputer()

 

原文地址:https://www.cnblogs.com/shadow1/p/10917075.html