World Population Growth
All Country Population Growth Dataset
@kaggle.rafsunahmad_world_population_growth
All Country Population Growth Dataset
@kaggle.rafsunahmad_world_population_growth
CREATE TABLE world_country_populations (
"population_in_2023" BIGINT,
"population_in_2022" BIGINT,
"city" VARCHAR,
"country" VARCHAR,
"population_growthrate" DOUBLE,
"type" VARCHAR
);
Anyone who has the link will be able to view this.