Baselight

Life Expectancy

Life Expectancy DataSet

@kaggle.programmerrdai_life_expectancy

Loading...
Loading...

About this Dataset

Life Expectancy

Life expectancy is a statistical measure of the average time an organism is expected to live, based on the year of its birth, its current age, and other demographic factors like sex. The most commonly used measure is life expectancy at birth, which can be defined in two ways. Wikipedia

Tables

Expected Years Of Living With Disability Or Disease Burden

@kaggle.programmerrdai_life_expectancy.expected_years_of_living_with_disability_or_disease_burden
  • 17.7 KB
  • 6102 rows
  • 4 columns
Loading...

CREATE TABLE expected_years_of_living_with_disability_or_disease_burden (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "years_lived_with_disability" DOUBLE
);

Healthy Life Expectancy And Years Lived With Disability

@kaggle.programmerrdai_life_expectancy.healthy_life_expectancy_and_years_lived_with_disability
  • 38.32 KB
  • 6102 rows
  • 5 columns
Loading...

CREATE TABLE healthy_life_expectancy_and_years_lived_with_disability (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "healthy_life_expectancy_ihme" DOUBLE,
  "years_lived_with_disability" DOUBLE
);

Life Expectancy At Age 10

@kaggle.programmerrdai_life_expectancy.life_expectancy_at_age_10
  • 20.47 KB
  • 3655 rows
  • 4 columns
Loading...

CREATE TABLE life_expectancy_at_age_10 (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "e10_united_nations_population_division_and_human_morta_3466d7ab" DOUBLE
);

Life Expectancy At Birth Including The Un Projections

@kaggle.programmerrdai_life_expectancy.life_expectancy_at_birth_including_the_un_projections
  • 216.42 KB
  • 36900 rows
  • 5 columns
Loading...

CREATE TABLE life_expectancy_at_birth_including_the_un_projections (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "estimates_1950_2020_annually_interpolated_demographic__6ddcf4ba" DOUBLE,
  "medium_fertility_variant_2020_2099_annually_interpolat_bf3d8b62" DOUBLE
);

Life Expectancy Of Women Vs Life Expectancy Of Women

@kaggle.programmerrdai_life_expectancy.life_expectancy_of_women_vs_life_expectancy_of_women
  • 609.91 KB
  • 58474 rows
  • 7 columns
Loading...

CREATE TABLE life_expectancy_of_women_vs_life_expectancy_of_women (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "estimates_1950_2020_annually_interpolated_demographic__62fc7aa6" DOUBLE,
  "estimates_1950_2020_annually_interpolated_demographic__0c1932d6" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Life Expectancy Vs Healthcare Expenditure

@kaggle.programmerrdai_life_expectancy.life_expectancy_vs_healthcare_expenditure
  • 550.75 KB
  • 58305 rows
  • 7 columns
Loading...

CREATE TABLE life_expectancy_vs_healthcare_expenditure (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "life_expectancy_at_birth_total_years" DOUBLE,
  "health_expenditure_per_capita_ppp_constant_2011_international" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Median Age

@kaggle.programmerrdai_life_expectancy.median_age
  • 18.19 KB
  • 7471 rows
  • 4 columns
Loading...

CREATE TABLE median_age (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "un_population_division_median_age_2017" DOUBLE
);

Men Survival To Age 65

@kaggle.programmerrdai_life_expectancy.men_survival_to_age_65
  • 145.71 KB
  • 14520 rows
  • 4 columns
Loading...

CREATE TABLE men_survival_to_age_65 (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "survival_to_age_65_male_of_cohort" DOUBLE
);

Number Of Deaths By Age Group

@kaggle.programmerrdai_life_expectancy.number_of_deaths_by_age_group
  • 179.72 KB
  • 6840 rows
  • 8 columns
Loading...

CREATE TABLE number_of_deaths_by_age_group (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "deaths_all_causes_sex_both_age_under_5_number" BIGINT,
  "deaths_all_causes_sex_both_age_70_years_number" BIGINT,
  "deaths_all_causes_sex_both_age_50_69_years_number" BIGINT,
  "deaths_all_causes_sex_both_age_5_14_years_number" BIGINT,
  "deaths_all_causes_sex_both_age_15_49_years_number" BIGINT
);

Women Survival To Age 65

@kaggle.programmerrdai_life_expectancy.women_survival_to_age_65
  • 145.72 KB
  • 14520 rows
  • 4 columns
Loading...

CREATE TABLE women_survival_to_age_65 (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "survival_to_age_65_female_of_cohort" DOUBLE
);

Years Lived With Disability Vs Health Expenditure Per Capita

@kaggle.programmerrdai_life_expectancy.years_lived_with_disability_vs_health_expenditure_per_capita
  • 460.28 KB
  • 57355 rows
  • 7 columns
Loading...

CREATE TABLE years_lived_with_disability_vs_health_expenditure_per_capita (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "years_lived_with_disability" DOUBLE,
  "health_expenditure_per_capita_ppp_constant_2011_international" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Share link

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