House price prediction(nn)

https://online.codingblocks.com/player/27589/content/15313/6077
how to preprocess the data in this challenge

1 - You need to drop the unnecessary columns
2 - then u have to fill up the nan values by using suitable imputer class
3 - then convert your data into numerical data, using label-encoder