Missing Nominal Data
Hi. I am doing a class project where I need to predict price based on a number of predictor variables for a housing dataset. I have cleaned up all my numerical rows, getting rid of outliers, now my question involves two columns: parking_options and laundry_options. Within these two columns there are about 218,000 missing values for rows. My question is what to do with the missing nominal data. It ...