World Cities Database
Accurate and up-to-date database of the world's cities and towns
@kaggle.juanmah_world_cities
Accurate and up-to-date database of the world's cities and towns
@kaggle.juanmah_world_cities
The data is from:
https://simplemaps.com/data/world-cities
We're proud to offer a simple, accurate and up-to-date database of the world's cities and towns. We've built it from the ground up using authoritative sources such as the NGIA, US Geological Survey, US Census Bureau, and NASA.
Our database is:
CREATE TABLE worldcities (
"city" VARCHAR,
"city_ascii" VARCHAR,
"lat" DOUBLE,
"lng" DOUBLE,
"country" VARCHAR,
"iso2" VARCHAR,
"iso3" VARCHAR,
"admin_name" VARCHAR,
"capital" VARCHAR,
"population" DOUBLE,
"id" BIGINT
);Anyone who has the link will be able to view this.