Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Educational Attainment Level - Experimental Statistics
Eurostat code: lfst_dpw_04 ยท (2022 - 2022)
@eurostat.lfst_dpw_04
Eurostat code: lfst_dpw_04 ยท (2022 - 2022)
@eurostat.lfst_dpw_04
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.