Main Skills Targeted By CVT Courses By Type Of Skill And NACE Rev. 2 Activity - % Of Enterprises Providing CVT Courses
Eurostat code: trng_cvt_29n2 · (2010 - 2020)
@eurostat.trng_cvt_29n2
Eurostat code: trng_cvt_29n2 · (2010 - 2020)
@eurostat.trng_cvt_29n2
CREATE TABLE raw (
"freq" VARCHAR,
"nace_r2" VARCHAR,
"skills" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE,
"n_2015" DOUBLE,
"n_2020" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"nace_r2" VARCHAR,
"skills" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.