Baselight

World Population

World Population by Countries 2022

@kaggle.muhammedtausif_world_population_by_countries

Loading...
Loading...

About this Dataset

World Population

World Population data with respect to each country/entity in the world. It contains 235 records in total, and 11 columns that contain data about total population till 2020, yearly change, net change, density, land area, migrants, fertility rate, med age, urban population, and world share of the population.

Tables

World Population By Country 2020

@kaggle.muhammedtausif_world_population_by_countries.world_population_by_country_2020
  • 21.08 KB
  • 235 rows
  • 12 columns
Loading...

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

Share link

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