Average Hours Worked And Paid Per Employee, By Working Time And NACE Rev. 1.1 Activity - LCS Survey 2000
Eurostat code: lc_n00num2 ยท (2000 - 2000)
@eurostat.lc_n00num2
Eurostat code: lc_n00num2 ยท (2000 - 2000)
@eurostat.lc_n00num2
CREATE TABLE raw (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"worktime" VARCHAR,
"indic_lc" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2000" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"worktime" VARCHAR,
"indic_lc" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.