Baselight

Global Population

Global Population by year since 1960

@kaggle.jarredpriester_global_population

Loading...
Loading...

About this Dataset

Global Population

This dataset is the total global population estimation from the World Bank organization.

Sources:
( 1 ) United Nations Population Division. World Population Prospects: 2019 Revision.
( 2 ) Census reports and other statistical publications from national statistical offices
( 3 ) Eurostat: Demographic Statistics,
( 4 ) United Nations Statistical Division. Population and Vital Statistics Report
( 5 ) U.S. Census Bureau: International Database
( 6 ) Secretariat of the Pacific Community: Statistics and Demography Programmer

Columns:
year: The year of the observation
population: Total global population estimation in billions

Tables

Global Annual Population

@kaggle.jarredpriester_global_population.global_annual_population
  • 3.42 kB
  • 63 rows
  • 3 columns
Loading...
CREATE TABLE global_annual_population (
  "year" BIGINT,
  "n__population" DOUBLE  -- Population,
  "unnamed_2" VARCHAR  -- Unnamed: 2
);

Share link

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