Population Wanting To Participate In Education And Training, By Main Reason For Not Participating And Educational Attainment Level
Eurostat code: trng_aes_181 ยท (2007 - 2022)
@eurostat.trng_aes_181
Eurostat code: trng_aes_181 ยท (2007 - 2022)
@eurostat.trng_aes_181
CREATE TABLE raw (
"freq" VARCHAR,
"age" VARCHAR,
"isced11" VARCHAR,
"reason" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE,
"n_2011" DOUBLE,
"n_2016" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"age" VARCHAR,
"isced11" VARCHAR,
"reason" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.