Baselight

Child Mortality By Age/Country/Region

Identify mortality issues and best practices

@kaggle.jamnik99_child_mortality_by_agecountryregion

Deaths Number 15to19
@kaggle.jamnik99_child_mortality_by_agecountryregion.deaths_number_15to19

  • 106.14 KB
  • 585 rows
  • 34 columns
iso_code

ISO.Code

country_name

Country.Name

uncertainty_bounds

Uncertainty.Bounds*

n_1990_5

1990.5

n_1991_5

1991.5

n_1992_5

1992.5

n_1993_5

1993.5

n_1994_5

1994.5

n_1995_5

1995.5

n_1996_5

1996.5

n_1997_5

1997.5

n_1998_5

1998.5

n_1999_5

1999.5

n_2000_5

2000.5

n_2001_5

2001.5

n_2002_5

2002.5

n_2003_5

2003.5

n_2004_5

2004.5

n_2005_5

2005.5

n_2006_5

2006.5

n_2007_5

2007.5

n_2008_5

2008.5

n_2009_5

2009.5

n_2010_5

2010.5

n_2011_5

2011.5

n_2012_5

2012.5

n_2013_5

2013.5

n_2014_5

2014.5

n_2015_5

2015.5

n_2016_5

2016.5

n_2017_5

2017.5

n_2018_5

2018.5

n_2019_5

2019.5

n_2020_5

2020.5

AFGAfghanistanLower3622365637603908395439703866373035613428333632873261327432843320336134553655397944345073580166097368796382708394832781798047
AFGAfghanistanMedian5344537754845600562155485307502047174457427141664107407240554077410642304487492255556416746786759889109221158311908120441208112079
AFGAfghanistanUpper714671947315742674097252687664446004561553465181507150084963498050165184552361096950815996671145313373150581623116930173061750517732
ALBAlbaniaLower197206210213214216214256207198187175165157153150145141139137135133128120109988879716356
ALBAlbaniaMedian2092162202222232262242682162071961851761691661641601561531501481441371281161049485787164
ALBAlbaniaUpper22122623023123323623327922521620619518718217917917517116716416015514813712411110192857973
DZAAlgeriaLower2745278128332895295630093040304030092948285627562642251823962294222721822136206919891902181717331654158715381503148614901507
DZAAlgeriaMedian2963301830743133318232113206317131083022291928112693256624402337226822232175210520251936185217681689162315721534152015371577
DZAAlgeriaUpper3179325633213380341334163379330632123100298228672743261424852380230922632215214420621972188718031725165916061566155615851648
ANDAndorraLower2222222221111111111111111111111

CREATE TABLE deaths_number_15to19 (
  "iso_code" VARCHAR,
  "country_name" VARCHAR,
  "uncertainty_bounds" VARCHAR,
  "n_1990_5" BIGINT,
  "n_1991_5" BIGINT,
  "n_1992_5" BIGINT,
  "n_1993_5" BIGINT,
  "n_1994_5" BIGINT,
  "n_1995_5" BIGINT,
  "n_1996_5" BIGINT,
  "n_1997_5" BIGINT,
  "n_1998_5" BIGINT,
  "n_1999_5" BIGINT,
  "n_2000_5" BIGINT,
  "n_2001_5" BIGINT,
  "n_2002_5" BIGINT,
  "n_2003_5" BIGINT,
  "n_2004_5" BIGINT,
  "n_2005_5" BIGINT,
  "n_2006_5" BIGINT,
  "n_2007_5" BIGINT,
  "n_2008_5" BIGINT,
  "n_2009_5" BIGINT,
  "n_2010_5" BIGINT,
  "n_2011_5" BIGINT,
  "n_2012_5" BIGINT,
  "n_2013_5" BIGINT,
  "n_2014_5" BIGINT,
  "n_2015_5" BIGINT,
  "n_2016_5" BIGINT,
  "n_2017_5" BIGINT,
  "n_2018_5" BIGINT,
  "n_2019_5" BIGINT,
  "n_2020_5" BIGINT
);

Share link

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