Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Consequences Of Rejecting The Task Or Service - Experimental Statistics
Eurostat code: lfst_dpw_09 ยท (2022 - 2022)
@eurostat.lfst_dpw_09
Eurostat code: lfst_dpw_09 ยท (2022 - 2022)
@eurostat.lfst_dpw_09
CREATE TABLE raw (
"freq" VARCHAR,
"yn_consq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"yn_consq" 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.