Baselight

Population Of Senegal (2020 And Historical)

Historical population of Senegal (a country in West Africa).

@kaggle.alisahad_population_of_senegal_2020_and_historical

About this Dataset

Population Of Senegal (2020 And Historical)

This dataset contains the Population count of Senegal (Republic of Senegal) as of July 1 of each year, from 1955 to 2020.

Features of the dataset:

  1. Year
  2. Population
  3. Yearly % Change
  4. Yearly Change
  5. Migrants (net)
  6. Median Age
  7. Fertility Rate
  8. Density (P/Km²)
  9. Urban Pop %
  10. Urban Population
  11. Country's share of World Pop
  12. World Population
  13. Senegal Global Rank

Tables

Senegal Population Fixed

@kaggle.alisahad_population_of_senegal_2020_and_historical.senegal_population_fixed
  • 11.17 KB
  • 18 rows
  • 13 columns
Loading...

CREATE TABLE senegal_population_fixed (
  "year" BIGINT,
  "population" BIGINT,
  "yearly_change" DOUBLE,
  "yearly_change_edbbdd" BIGINT,
  "migrants_net" BIGINT,
  "median_age" DOUBLE,
  "fertility_rate" DOUBLE,
  "density_p_km" BIGINT,
  "urban_pop" DOUBLE,
  "urban_population" BIGINT,
  "country_s_share_of_world_pop" DOUBLE,
  "world_population" BIGINT,
  "senegal_global_rank" BIGINT
);