Population Aged 20-34 With Work Experience While Studying By Sex, Age, Educational Attainment Level And Years Since Completion Of Highest Level Of Education
Eurostat code: edat_lfs_9919 ยท (2021 - 2024)
@eurostat.edat_lfs_9919
Eurostat code: edat_lfs_9919 ยท (2021 - 2024)
@eurostat.edat_lfs_9919
CREATE TABLE raw (
"freq" VARCHAR,
"training" VARCHAR,
"workstud" VARCHAR,
"duration" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2021" DOUBLE,
"n_2022" DOUBLE,
"n_2023" DOUBLE,
"n_2024" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"training" VARCHAR,
"workstud" VARCHAR,
"duration" VARCHAR,
"isced11" 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.