Participation In Job-related Non-formal Education And Training By Size Of The Local Unit
Eurostat code: trng_nfe5 · (2003 - 2003)
@eurostat.trng_nfe5
Eurostat code: trng_nfe5 · (2003 - 2003)
@eurostat.trng_nfe5
CREATE TABLE raw (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2003" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.