Mean Instruction Hours Per Participant In Non-formal Education And Training By Sex And Labour Status
Eurostat code: trng_nfe15 · (2003 - 2003)
@eurostat.trng_nfe15
Eurostat code: trng_nfe15 · (2003 - 2003)
@eurostat.trng_nfe15
CREATE TABLE raw (
"freq" VARCHAR,
"wstatus" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2003" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"wstatus" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.