Participants Studying By Making Use Of Educational Broadcasting By Educational Attainment Level And Labour Status
Eurostat code: trng_inf9 · (2003 - 2003)
@eurostat.trng_inf9
Eurostat code: trng_inf9 · (2003 - 2003)
@eurostat.trng_inf9
CREATE TABLE raw (
"freq" VARCHAR,
"isced97" VARCHAR,
"wstatus" VARCHAR,
"yes_no" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2003" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced97" VARCHAR,
"wstatus" VARCHAR,
"yes_no" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.