🌍World Cities Population - Cleaned Version 🌍
Ready for EDA or data analysis
@kaggle.donatoriccio_world_cities_population_cleaned_version
Ready for EDA or data analysis
@kaggle.donatoriccio_world_cities_population_cleaned_version
CREATE TABLE population_cleaned (
"name" VARCHAR,
"ascii_name" VARCHAR,
"alternate_names" VARCHAR,
"country_code" VARCHAR,
"country_name_en" VARCHAR,
"population" DOUBLE,
"timezone" VARCHAR,
"label_en" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.