Step 1: Data Preparation
How did you prepare the dataset?
I read the data into jupyter notebook using pandas library, then removed some unnecessary columns from the datasets.
What errors did you have to handle?
I handle low memory issue by datatype conversion
I handle missing values error by imputing values based on varying conditions
I did datetime conversion to be able to use date column for further analysis.