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.42 KB
  • 11302 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.53 KB
  • 11302 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.17 KB
  • 12067 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.32 KB
  • 11302 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
  • 95.27 KB
  • 12595 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
  • 19.84 KB
  • 235 rows
  • 11 columns
Loading...

CREATE TABLE pop_worldometer_data (
  "country_or_dependency" VARCHAR,
  "population_2020" BIGINT,
  "yearly_change" DOUBLE,
  "net_change" BIGINT,
  "density_p_km" DOUBLE,
  "land_area_km" DOUBLE,
  "migrants_net" DOUBLE,
  "fert_rate" DOUBLE,
  "med_age" DOUBLE,
  "urban_pop" DOUBLE,
  "world_share" DOUBLE
);

Share link

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