Challenge: Clean the Data
In this challenge, you will perform some data cleaning.
We'll cover the following...
Problem statement
The function clean_data(df) needs to be implemented. The df is the DataFrame on which operations are performed. The data used for this is of different housing societies, and it is made available ...
Ask