merged solution
This commit is contained in:
parent
d8f1990724
commit
a09e444afc
@ -15,6 +15,7 @@ def get_population_of_country(df, country):
|
||||
cities = df[df["country"] == country]
|
||||
print("cities")
|
||||
pop = cities["population"].sum()
|
||||
|
||||
return pop
|
||||
|
||||
def get_cities_beyond_latitude(df, lat, north=True):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user