Baselight

World Population 1960-2018

Population each country / region from 1960 to 2018

@kaggle.imdevskp_world_population_19602018

Loading...
Loading...

About this Dataset

World Population 1960-2018

Content

The dataset contains population data of different countries/regions from 1960 to 2018

Acknowledgements

https://data.worldbank.org/indicator/SP.POP.TOTL

Note

There are condensed and region-wise data in the population dataset.

Tables

Population Above Age 65 Percentage Long

@kaggle.imdevskp_world_population_19602018.population_above_age_65_percentage_long
  • 12.71 kB
  • 11,302 rows
  • 3 columns
Loading...
CREATE TABLE population_above_age_65_percentage_long (
  "country_name" VARCHAR,
  "year" BIGINT,
  "count" BIGINT
);

Population Below Age 14 Percentage Long

@kaggle.imdevskp_world_population_19602018.population_below_age_14_percentage_long
  • 14.88 kB
  • 11,302 rows
  • 3 columns
Loading...
CREATE TABLE population_below_age_14_percentage_long (
  "country_name" VARCHAR,
  "year" BIGINT,
  "count" BIGINT
);

Population Density Long

@kaggle.imdevskp_world_population_19602018.population_density_long
  • 27.82 kB
  • 12,067 rows
  • 3 columns
Loading...
CREATE TABLE population_density_long (
  "country_name" VARCHAR,
  "year" BIGINT,
  "count" BIGINT
);

Population Female Percentage Long

@kaggle.imdevskp_world_population_19602018.population_female_percentage_long
  • 10.57 kB
  • 11,302 rows
  • 3 columns
Loading...
CREATE TABLE population_female_percentage_long (
  "country_name" VARCHAR,
  "year" BIGINT,
  "count" BIGINT
);

Population Total Long

@kaggle.imdevskp_world_population_19602018.population_total_long
  • 97.56 kB
  • 12,595 rows
  • 3 columns
Loading...
CREATE TABLE population_total_long (
  "country_name" VARCHAR,
  "year" BIGINT,
  "count" BIGINT
);

Pop Worldometer Data

@kaggle.imdevskp_world_population_19602018.pop_worldometer_data
  • 20.32 kB
  • 235 rows
  • 11 columns
Loading...
CREATE TABLE pop_worldometer_data (
  "country_or_dependency" VARCHAR  -- Country (or Dependency),
  "population_2020" BIGINT  -- Population (2020),
  "yearly_change" DOUBLE  -- Yearly Change %,
  "net_change" BIGINT,
  "density_p_km" DOUBLE  -- Density (P/Km²),
  "land_area_km" DOUBLE  -- Land Area (Km²),
  "migrants_net" DOUBLE  -- Migrants (net),
  "fert_rate" DOUBLE  -- Fert. Rate,
  "med_age" DOUBLE  -- Med. Age,
  "urban_pop" DOUBLE  -- Urban Pop %,
  "world_share" DOUBLE  -- World Share %
);

Share link

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