Baselight

World Population Growth

All Country Population Growth Dataset

@kaggle.rafsunahmad_world_population_growth

Loading...
Loading...

About this Dataset

World Population Growth

Population is increasing regularly. We need to identify the growth of population of each city of each country. If the population is not controlled then it can create a huge problem. It will directly effect the resources of nature elements. This dataset contain population growth of each city of each country.
Here we have columns:

  1. Population in 2022
  2. Population in 2023
  3. City
  4. Country
  5. Population growth rate
  6. Type

Tables

World Country Populations

@kaggle.rafsunahmad_world_population_growth.world_country_populations
  • 27.74 KB
  • 778 rows
  • 6 columns
Loading...

CREATE TABLE world_country_populations (
  "population_in_2023" BIGINT,
  "population_in_2022" BIGINT,
  "city" VARCHAR,
  "country" VARCHAR,
  "population_growthrate" DOUBLE,
  "type" VARCHAR
);

Share link

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