Am trying to impute string that has null values as a feature engineering to get rid of the null values with the most common value in the string ( mode) , how can i do this ? tried to do lookup table or use macros, can't get my head around it, any help ?