Students From Abroad By Level And Field Of Education
Eurostat code: educ_momo_fld · (2008 - 2012)
@eurostat.educ_momo_fld
Eurostat code: educ_momo_fld · (2008 - 2012)
@eurostat.educ_momo_fld
CREATE TABLE raw (
"freq" VARCHAR,
"isced97" VARCHAR,
"field" VARCHAR,
"indic_ed" VARCHAR,
"geo" VARCHAR,
"n_2008" DOUBLE,
"n_2009" DOUBLE,
"n_2010" DOUBLE,
"n_2011" DOUBLE,
"n_2012" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced97" VARCHAR,
"field" VARCHAR,
"indic_ed" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.