Baselight

Life Expectancy New

Life expectancy per Country

@kaggle.okeleyesamsonopeyemi_life_expectancy_new

Life Expectancy By Country
@kaggle.okeleyesamsonopeyemi_life_expectancy_new.life_expectancy_by_country

  • 120.03 KB
  • 15206 rows
  • 4 columns
country_code

Country Code

country_name

Country Name

year

Year

value

Value

ABWAruba196064.152
ABWAruba196164.537
ABWAruba196264.752
ABWAruba196365.132
ABWAruba196465.294
ABWAruba196565.502
ABWAruba196666.063
ABWAruba196766.439
ABWAruba196866.757
ABWAruba196967.168

CREATE TABLE life_expectancy_by_country (
  "country_code" VARCHAR,
  "country_name" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Share link

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