Baselight

World Population By Countries (2025)

Countries List Based on the Population

@kaggle.samithsachidanandan_world_population_by_countries_2025

Wolrd Population Data
@kaggle.samithsachidanandan_world_population_by_countries_2025.wolrd_population_data

  • 21.61 KB
  • 234 rows
  • 12 columns
rank

Rank

country

Country

population_2024

Population (2024)

yearly_change

Yearly Change

net_change

Net Change

density_p_km

Density (P/Km²)

land_area_km

Land Area (Km²)

migrants_net

Migrants (net)

fert_rate

Fert. Rate

med_age

Med. Age

urban_pop

Urban Pop %

world_share

World Share

1India14509357910.89 %128661954882973190-63083022837 %17.78 %
2China1419321278-0.23 %-32636551519388211-31899214066 %17.39 %
3United States3454265710.57 %194923638914742012861321.63882 %4.23 %
4Indonesia2834879310.82 %22978641561811570-384692.13059 %3.47 %
5Pakistan2512691641.52 %3764669326770880-14011733.52034 %3.08 %
6Nigeria2326794782.10 %4796533255910770-352024.41854 %2.85 %
7Brazil2119985730.41 %857844258358140-2255101.63491 %2.60 %
8Bangladesh1735623641.22 %20953741333130170-4733622.12642 %2.13 %
9Russia144820423-0.43 %-620077916376870-1780421.54075 %1.77 %
10Ethiopia1320597672.62 %33680751321000000300693.91922 %1.62 %

CREATE TABLE wolrd_population_data (
  "rank" BIGINT,
  "country" VARCHAR,
  "population_2024" BIGINT,
  "yearly_change" VARCHAR,
  "net_change" BIGINT,
  "density_p_km" BIGINT,
  "land_area_km" BIGINT,
  "migrants_net" BIGINT,
  "fert_rate" DOUBLE,
  "med_age" BIGINT,
  "urban_pop" VARCHAR,
  "world_share" VARCHAR
);

Share link

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