Baselight

Asimmetricity GDP-TertiaryEducation

Exploring the Link Between Education and Economic Performance in Europe

@kaggle.albertomarini88_asimmetricity_gdp_tertiaryeducation

Gdp Terted
@kaggle.albertomarini88_asimmetricity_gdp_tertiaryeducation.gdp_terted

  • 19.02 KB
  • 35 rows
  • 21 columns
country

Country

gdp_per_cap2014

GDP Per Cap2014

gdp_per_cap2015

GDP Per Cap2015

gdp_per_cap2016

GDP Per Cap2016

gdp_per_cap2017

GDP Per Cap2017

gdp_per_cap2018

GDP Per Cap2018

gdp_per_cap2019

GDP Per Cap2019

gdp_per_cap2020

GDP Per Cap2020

gdp_per_cap2021

GDP Per Cap2021

gdp_per_cap2022

GDP Per Cap2022

gdp_per_cap2023

GDP Per Cap2023

tert_ed2014

Tert Ed2014

tert_ed2015

Tert Ed2015

tert_ed2016

Tert Ed2016

tert_ed2017

Tert Ed2017

tert_ed2018

Tert Ed2018

tert_ed2019

Tert Ed2019

tert_ed2020

Tert Ed2020

tert_ed2021

Tert Ed2021

tert_ed2022

Tert Ed2022

tert_ed2023

Tert Ed2023

Belgium3613036860378103898040210417304019043670482505062043.842.745.645.947.647.547.849.953.150.2
Bulgaria1190012820138301509016360181201848021450260402873030.932.133.832.833.732.533.432.833.535
Czechia41680044271046064049229051981055817055496060069065522070036028.230.132.834.233.735.13536.536.534.9
Denmark35090035728036684037980038723039602039909043856048155047154043.645.746.748.448.749.449.852.552.352.7
Germany3686037770388104030041390425404148044190471804952031.432.333.23434.935.536.638.938.941
Estonia1548016000168601848020040214902096023650273602796043.242.743.345.644.64441.543.145.747.3
Ireland43160580405812063990684707321075920882201001809629054.653.854.654.556.355.458.162.462.663.7
Greece1616016210161901649016830172701566017350196502135037.240.442.743.744.343.143.944.344.845.1
Spain2238023440241902516025950266202385026090287503097042.340.940.141.242.444.744.846.248.750.6
France3262033200335303429035080360903428036950390104133043.745.143.744.446.247.548.849.549.251.5

CREATE TABLE gdp_terted (
  "country" VARCHAR,
  "gdp_per_cap2014" BIGINT,
  "gdp_per_cap2015" BIGINT,
  "gdp_per_cap2016" BIGINT,
  "gdp_per_cap2017" BIGINT,
  "gdp_per_cap2018" BIGINT,
  "gdp_per_cap2019" BIGINT,
  "gdp_per_cap2020" VARCHAR,
  "gdp_per_cap2021" VARCHAR,
  "gdp_per_cap2022" VARCHAR,
  "gdp_per_cap2023" VARCHAR,
  "tert_ed2014" DOUBLE,
  "tert_ed2015" DOUBLE,
  "tert_ed2016" DOUBLE,
  "tert_ed2017" DOUBLE,
  "tert_ed2018" DOUBLE,
  "tert_ed2019" DOUBLE,
  "tert_ed2020" VARCHAR,
  "tert_ed2021" VARCHAR,
  "tert_ed2022" VARCHAR,
  "tert_ed2023" VARCHAR
);

Share link

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