World Population Statistics - 2023
Highlights From the 2023 World Population Data Sheet
@kaggle.bhavikjikadara_world_population_statistics_2023
Highlights From the 2023 World Population Data Sheet
@kaggle.bhavikjikadara_world_population_statistics_2023
CREATE TABLE world_population_data (
"rank" BIGINT,
"cca3" VARCHAR,
"country" VARCHAR,
"continent" VARCHAR,
"n_2023_population" BIGINT -- 2023 Population,
"n_2022_population" BIGINT -- 2022 Population,
"n_2020_population" BIGINT -- 2020 Population,
"n_2015_population" BIGINT -- 2015 Population,
"n_2010_population" BIGINT -- 2010 Population,
"n_2000_population" BIGINT -- 2000 Population,
"n_1990_population" BIGINT -- 1990 Population,
"n_1980_population" BIGINT -- 1980 Population,
"n_1970_population" BIGINT -- 1970 Population,
"area_km" DOUBLE -- Area (km²),
"density_km" BIGINT -- Density (km²),
"growth_rate" VARCHAR,
"world_percentage" VARCHAR
);
Anyone who has the link will be able to view this.