Baselight

Europe Population Data

Data on Europe's Population and Life Expectancy.

@kaggle.madhurpant_europe_population_data

Loading...
Loading...

About this Dataset

Europe Population Data

About the Dataset:

  1. Regions :
  • Western Europe
  • Eastern Europe
  • Northern Europe
  • Southern Europe
  1. Birth and Death Rate: are in per 1000 People.

Tables

Europe

@kaggle.madhurpant_europe_population_data.europe
  • 12.89 kB
  • 36 rows
  • 13 columns
Loading...
CREATE TABLE europe (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "country_name" VARCHAR,
  "continent" VARCHAR,
  "region" VARCHAR,
  "local_name" VARCHAR,
  "capital" VARCHAR,
  "area" VARCHAR,
  "population" BIGINT,
  "population_per_sq_km" DOUBLE,
  "male_life_expectancy" DOUBLE,
  "female_life_expectancy" DOUBLE,
  "birth_rate" DOUBLE,
  "death_rate" DOUBLE
);

Share link

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