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