Participation In Non-formal Education And Training By Number Of Taught Activities, Sex And Age
Eurostat code: trng_nfe8 · (2003 - 2003)
@eurostat.trng_nfe8
Eurostat code: trng_nfe8 · (2003 - 2003)
@eurostat.trng_nfe8
CREATE TABLE raw (
"freq" VARCHAR,
"n_action" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2003" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"n_action" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.