World Data Population
World Population Dataset: 1970 to 2023
@kaggle.tanishqdublish_world_data_population
World Population Dataset: 1970 to 2023
@kaggle.tanishqdublish_world_data_population
CREATE TABLE world_population_data (
"rank" BIGINT,
"cca3" VARCHAR,
"country" VARCHAR,
"continent" VARCHAR,
"n_2023_population" BIGINT,
"n_2022_population" BIGINT,
"n_2020_population" BIGINT,
"n_2015_population" BIGINT,
"n_2010_population" BIGINT,
"n_2000_population" BIGINT,
"n_1990_population" BIGINT,
"n_1980_population" BIGINT,
"n_1970_population" BIGINT,
"area_km" DOUBLE,
"density_km" BIGINT,
"growth_rate" VARCHAR,
"world_percentage" VARCHAR
);
Anyone who has the link will be able to view this.