First Task: Find all Null Values in the dataset. If there is any null value in any column, then fill it with the mean of that column.


Second Task: Check what are the different types of Make are there in our dataset. And, what is the count (occurrence) of each Make in the data ?


Third Task: Show all the records where Origin is Asia or Europe.


Fourth Task: Remove all the records (rows) where Weight is above 4000.


Fifth Task: Increase all the values of 'MPG_City' column by 3.