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
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.