Self-employed Persons Having At Least One Client In The Last 12 Months By Control Over Working Time, And Sex
Eurostat code: lfso_17seworg ยท (2017 - 2017)
@eurostat.lfso_17seworg
Eurostat code: lfso_17seworg ยท (2017 - 2017)
@eurostat.lfso_17seworg
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"ctr_wtime" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"ctr_wtime" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.