Participation Of Employed Persons In Non-formal Education And Training By Field Of Study, Sex And NACE Rev. 1.1 Activity
Eurostat code: trng_nfe23 · (2003 - 2003)
@eurostat.trng_nfe23
Eurostat code: trng_nfe23 · (2003 - 2003)
@eurostat.trng_nfe23
CREATE TABLE raw (
"freq" VARCHAR,
"field" VARCHAR,
"sex" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2003" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"field" VARCHAR,
"sex" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.