pandas - Python groupby imputing -


i have dataframe 200 rows , 151 columns, output variable being of type object.

i trying impute null values in input variables (150 columns) mean value of column section grouped output variable.

is there way use sklearn imputer in instance? know example follow? thanks.


Comments