World Population By Countries (2025)
Countries List Based on the Population
@kaggle.samithsachidanandan_world_population_by_countries_2025
Countries List Based on the Population
@kaggle.samithsachidanandan_world_population_by_countries_2025
CREATE TABLE wolrd_population_data (
"rank" BIGINT,
"country" VARCHAR,
"population_2024" BIGINT,
"yearly_change" VARCHAR,
"net_change" BIGINT,
"density_p_km" BIGINT,
"land_area_km" BIGINT,
"migrants_net" BIGINT,
"fert_rate" DOUBLE,
"med_age" BIGINT,
"urban_pop" VARCHAR,
"world_share" VARCHAR
);
Anyone who has the link will be able to view this.