Self-employed Persons By Planned Hiring Of Employees Or Subcontractors, Sex And Professional Status
Eurostat code: lfso_17sephir ยท (2017 - 2017)
@eurostat.lfso_17sephir
Eurostat code: lfso_17sephir ยท (2017 - 2017)
@eurostat.lfso_17sephir
CREATE TABLE raw (
"freq" VARCHAR,
"wstatus" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"hire_plan" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"wstatus" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"hire_plan" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.