Persons Participating In Training Related To Professional Activity By Sex, Age, Income Group, Most Frequent Activity Status And Educational Attainment Level
Eurostat code: ilc_ats10 ยท (2016 - 2016)
@eurostat.ilc_ats10
Eurostat code: ilc_ats10 ยท (2016 - 2016)
@eurostat.ilc_ats10
CREATE TABLE raw (
"freq" VARCHAR,
"isced11" VARCHAR,
"wstatus" VARCHAR,
"incgrp" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2016" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced11" VARCHAR,
"wstatus" VARCHAR,
"incgrp" 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.