Baselight

World Population Dataset

World population Country by Country

@kaggle.ahmadjalalmasood123_world_population_dataset

Loading...
Loading...

About this Dataset

World Population Dataset

Introduction

Population rise is currently a major subject of discussion nowadays. Everyday, there is higher birth rate recorded as compare to death rate which is quite alarming for the world.
Below is the complete data about the world population , country by country (235 countries).

There are some missing values which I think is no big deal for the Kagglers.
Kindly give your upvotes👍 if you find this dataset worthy of experience.
Good luck.
Thank you😍 😜

Tables

World Population 2022

@kaggle.ahmadjalalmasood123_world_population_dataset.world_population_2022
  • 21.08 KB
  • 235 rows
  • 12 columns
Loading...

CREATE TABLE world_population_2022 (
  "n" BIGINT,
  "country_or_dependency" VARCHAR,
  "population_2022" 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.