Baselight

World Population Growth

Year on Year growth of world Population from 1951 to 2023

@kaggle.maheshmani13_world_population_growth

Loading...
Loading...

About this Dataset

World Population Growth

The World Population Growth Dataset provides comprehensive data on global population dynamics from the year 1951 to 2023. It includes key attributes such as total population count, annual percentage growth rate, population density (population per square kilometer), and the corresponding years.

Content:
This dataset encompasses the following attributes:

  • Year: The calendar year for which population data is recorded, ranging from 1951 to 2023.
  • Population: The total population count for the specified year.
  • Yearly Growth %: The annual percentage growth rate of the population, representing the rate of change in population size from one year to the next.
  • Number: The population increase.
  • Density (Pop/km2): Population density, measured as the number of individuals per square kilometer of land area.

Use Cases:
The World Population Growth Dataset serves a variety of purposes, including:

  • Demographic analysis: Researchers can analyze population trends, growth rates, and density patterns over time to understand demographic shifts and their implications.
  • Policy formulation: Policymakers can utilize population data to develop strategies for urban planning, resource allocation, and social welfare programs.
  • Environmental studies: Environmental researchers can examine population density data in relation to land use, habitat conservation, and sustainability efforts.

Dataset Information:

  • Title: World Population Growth Dataset
  • Version: 1.0
  • License: Open Database License (ODbL) or Creative Commons Attribution-ShareAlike (CC BY-SA) (depending on the source)
  • Format: CSV (Comma-Separated Values) or Excel spreadsheet
  • Size: Variable (depending on the scope and granularity of data)
  • Columns:
    1. Year: Integer (1951-2023)
    2. Population: Integer (Total population count)
    3. Yearly Growth %: Float (Annual percentage growth rate)
    4. Number: increase in popultation
    5. Density (Pop/km2): Float (Population density in individuals per square kilometer)

Disclaimer:
While efforts have been made to ensure data accuracy and reliability, no guarantee is provided regarding completeness or correctness. Users are advised to verify the data and exercise caution when interpreting or utilizing the dataset.

Tables

World Population Growth

@kaggle.maheshmani13_world_population_growth.world_population_growth
  • 6.05 KB
  • 73 rows
  • 5 columns
Loading...

CREATE TABLE world_population_growth (
  "year" BIGINT,
  "population" BIGINT,
  "yearly_growth" VARCHAR,
  "number" BIGINT,
  "density_pop_km2" BIGINT
);

Share link

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