Participation Rate In Education And Training (last 12 Months) By Type, Sex And Age
Eurostat code: trng_lfs_30 ยท (2022 - 2024)
@eurostat.trng_lfs_30
Eurostat code: trng_lfs_30 ยท (2022 - 2024)
@eurostat.trng_lfs_30
CREATE TABLE raw (
"freq" VARCHAR,
"training" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"training" 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.