Share Of Digital Platform Workers (in The Last 12 Months) By Educational Attainment Level - Experimental Statistics
Eurostat code: lfst_dpw_01 ยท (2022 - 2022)
@eurostat.lfst_dpw_01
Eurostat code: lfst_dpw_01 ยท (2022 - 2022)
@eurostat.lfst_dpw_01
CREATE TABLE raw (
"freq" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.