Global Population
Global Population by year since 1960
@kaggle.jarredpriester_global_population
Global Population by year since 1960
@kaggle.jarredpriester_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
CREATE TABLE global_annual_population (
"year" BIGINT,
"n__population" DOUBLE -- Population,
"unnamed_2" VARCHAR -- Unnamed: 2
);Anyone who has the link will be able to view this.