Baselight

Population Of Pakistan (2050-1955)

Historical Population. Population Forecast, Population in Major Cities

@kaggle.anandhuh_population_of_pakistan

Loading...
Loading...

About this Dataset

Population Of Pakistan (2050-1955)

Content

The current population of Pakistan is 229,160,509 as of Wednesday, June 8, 2022, based on Worldometer elaboration of the latest United Nations data. This three datasets contain population data of Pakistan (2020 and historical), population forecast and population in major cities.

Attribute Information

  • Year - Years from 2020-1955
  • Population - Population in the respective year
  • Yearly % Change - Percentage Yearly Change in Population
  • Yearly Change - Yearly Change in Population
  • Migrants (net) - Total number of migrants
  • Median Age - Median age of the population
  • Fertility Rate - Fertility rate
  • Density (P/Km²)- Population density (population per square km)
  • Urban Pop %- Percentage of urban population
  • Urban Population- Urban population
  • Country's Share of World Pop - Population share
  • World Population - World Population in the respective year
  • Pakistan Global Rank - Global Rank in Population

Source

Link : https://www.worldometers.info/world-population/pakistan-population/

Updated Covid 19 and Other Datasets

Link : https://www.kaggle.com/anandhuh/datasets

If you find it useful, please support by upvoting ❤️

Thank You

Tables

Pakistan Population

@kaggle.anandhuh_population_of_pakistan.pakistan_population
  • 11.2 KB
  • 18 rows
  • 13 columns
Loading...

CREATE TABLE pakistan_population (
  "year" BIGINT,
  "population" BIGINT,
  "yearly_change" DOUBLE,
  "yearly_change_edbbdd" BIGINT,
  "migrants_net" BIGINT,
  "median_age" DOUBLE,
  "fertility_rate" DOUBLE,
  "density_p_km" BIGINT,
  "urban_pop" DOUBLE,
  "urban_population" BIGINT,
  "country_s_share_of_world_pop" DOUBLE,
  "world_population" BIGINT,
  "pakistan_global_rank" BIGINT
);

Pakistan Population Forecast

@kaggle.anandhuh_population_of_pakistan.pakistan_population_forecast
  • 10.33 KB
  • 7 rows
  • 13 columns
Loading...

CREATE TABLE pakistan_population_forecast (
  "year" BIGINT,
  "population" BIGINT,
  "yearly_change" DOUBLE,
  "yearly_change_edbbdd" BIGINT,
  "migrants_net" BIGINT,
  "median_age" DOUBLE,
  "fertility_rate" DOUBLE,
  "density_p_km" BIGINT,
  "urban_pop" DOUBLE,
  "urban_population" BIGINT,
  "country_s_share_of_world_pop" DOUBLE,
  "world_population" BIGINT,
  "pakistan_global_rank" BIGINT
);

Population Pakistan Cities

@kaggle.anandhuh_population_of_pakistan.population_pakistan_cities
  • 3.37 KB
  • 70 rows
  • 2 columns
Loading...

CREATE TABLE population_pakistan_cities (
  "city_name" VARCHAR,
  "population" BIGINT
);

Share link

Anyone who has the link will be able to view this.