Given a CSV data file as represented by the sample file EuCitiesTemperatures.csv (213 records), load it into a Pandas DataFrame and perform the following tasks on it.Fill in the missing latitude and longitude values by calculating the average for that country. Round the average to 2 decimal places.