I am using sklearn-pandas.DataFrameMapper to preprocess my data. I don’t want to impute, for a specific column. I just want to drop the row if this column is Null. Is there a way to do that?
I am using sklearn-pandas.DataFrameMapper to preprocess my data. I don’t want to impute, for a specific column. I just want to drop the row if this column is Null. Is there a way to do that?