I have a dataframe with 200 rows and 151 columns, with the output variable being of the type object
.
I am trying to impute Null
values in the input variables (150 columns) with the mean value of the column section grouped by output variable.
Is there a way to use sklearn Imputer in this instance? Does anyone know an example I could follow? Thanks.