Question 1.1.1: In the cell below, produce a scatter plot that plots the latitude and longitude ofevery city in the cities table so that the result places northern cities at the top and western citiesat the left.
Question 1.1.3: Assign num_unique_cities to the number of unique cities that appear in thecities table.
Question 1.1.4: Define the coordinates_to_region function below. It should take in two arguments,a city’s latitude (lat) and longitude (lon) coordinates, and output a string representingthe region it is located in.
Question 1.1.5: Add a new column in cities labeled Region that contains the region in whichthe city is located. For full credit, you must use the coordinates_to_region function you definedrather than reimplementing its logic.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here