World Population Dataset
World population Country by Country
@kaggle.ahmadjalalmasood123_world_population_dataset
World population Country by Country
@kaggle.ahmadjalalmasood123_world_population_dataset
Population rise is currently a major subject of discussion nowadays. Everyday, there is higher birth rate recorded as compare to death rate which is quite alarming for the world.
Below is the complete data about the world population , country by country (235 countries).
There are some missing values which I think is no big deal for the Kagglers.
Kindly give your upvotes👍 if you find this dataset worthy of experience.
Good luck.
Thank you😍 😜
CREATE TABLE world_population_2022 (
"n" BIGINT -- #,
"country_or_dependency" VARCHAR -- Country (or Dependency),
"population_2022" BIGINT -- Population (2022),
"yearly_change" VARCHAR,
"net_change" BIGINT,
"density_p_km" BIGINT -- Density (P/Km²),
"land_area_km" BIGINT -- Land Area (Km²),
"migrants_net" DOUBLE -- Migrants (net),
"fert_rate" VARCHAR -- Fert. Rate,
"med_age" VARCHAR,
"urban_pop" VARCHAR -- Urban Pop %,
"world_share" VARCHAR
);Anyone who has the link will be able to view this.