Distribution Of Digital Platform Workers (at Least One Hour In The Last Month) By Share Of Platform Income In Their Earnings - Experimental Statistics
Eurostat code: lfst_dpw_06 ยท (2022 - 2022)
@eurostat.lfst_dpw_06
Eurostat code: lfst_dpw_06 ยท (2022 - 2022)
@eurostat.lfst_dpw_06
CREATE TABLE raw (
"freq" VARCHAR,
"income" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"income" 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.