Participation Rate In The Main Activity (wide Groups) By Sex And Time Of The Day
Eurostat code: tus_20startime ยท (2020 - 2020)
@eurostat.tus_20startime
Eurostat code: tus_20startime ยท (2020 - 2020)
@eurostat.tus_20startime
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"startime" VARCHAR,
"acl18" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2020" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"startime" VARCHAR,
"acl18" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.