Baselight

Life Expectancy (WHO) Fixed

Life Expectancy data is fixed and missing values filled.

@kaggle.lashagoch_life_expectancy_who_updated

Life Expectancy Data Updated
@kaggle.lashagoch_life_expectancy_who_updated.life_expectancy_data_updated

  • 127.43 KB
  • 2864 rows
  • 21 columns
country

Country

region

Region

year

Year

infant_deaths

Infant Deaths

under_five_deaths

Under Five Deaths

adult_mortality

Adult Mortality

alcohol_consumption

Alcohol Consumption

hepatitis_b

Hepatitis B

measles

Measles

bmi

BMI

polio

Polio

diphtheria

Diphtheria

incidents_hiv

Incidents HIV

gdp_per_capita

GDP Per Capita

population_mln

Population Mln

thinness_ten_nineteen_years

Thinness Ten Nineteen Years

thinness_five_nine_years

Thinness Five Nine Years

schooling

Schooling

economy_status_developed

Economy Status Developed

economy_status_developing

Economy Status Developing

life_expectancy

Life Expectancy

TurkiyeMiddle East201511.113105.8241.32976527.897970.081100678.534.94.87.8176.5
SpainEuropean Union20152.73.357.902510.3597942697970.092574246.440.60.59.7182.8
IndiaAsia200751.567.9201.07651.57603521.267640.1310761183.2127.1285165.4
GuyanaSouth America200632.840.5222.19655.68937425.392930.7941460.755.75.57.9167
IsraelMiddle East20123.44.357.9512.8997892794940.08339957.911.21.112.8181.7
Costa RicaCentral America and Caribbean20069.811.295.224.19888626.489890.1691104.3521.97.9178.2
Russian FederationRest of Europe20156.68.22238.06979726.297970.089313144.12.32.312171.2
HungaryEuropean Union20008.710.1192.96912.23889925.999990.08897110.212.32.310.2171.2
JordanMiddle East20012226.1129.7640.52978727.997990.1337085.2243.99.6171.9
MoldovaRest of Europe200815.317.8217.8577.72979226.596900.4322352.872.93.110.9168.7

CREATE TABLE life_expectancy_data_updated (
  "country" VARCHAR,
  "region" VARCHAR,
  "year" BIGINT,
  "infant_deaths" DOUBLE,
  "under_five_deaths" DOUBLE,
  "adult_mortality" DOUBLE,
  "alcohol_consumption" DOUBLE,
  "hepatitis_b" BIGINT,
  "measles" BIGINT,
  "bmi" DOUBLE,
  "polio" BIGINT,
  "diphtheria" BIGINT,
  "incidents_hiv" DOUBLE,
  "gdp_per_capita" BIGINT,
  "population_mln" DOUBLE,
  "thinness_ten_nineteen_years" DOUBLE,
  "thinness_five_nine_years" DOUBLE,
  "schooling" DOUBLE,
  "economy_status_developed" BIGINT,
  "economy_status_developing" BIGINT,
  "life_expectancy" DOUBLE
);

Share link

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