Accidental Injuries At Work By Type Of Injury, Work Status After The Accidental Injury And Age
Eurostat code: hsw_ij_inwsa ยท (1999 - 1999)
@eurostat.hsw_ij_inwsa
Eurostat code: hsw_ij_inwsa ยท (1999 - 1999)
@eurostat.hsw_ij_inwsa
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"wsta_acc" VARCHAR,
"age" VARCHAR,
"injury" VARCHAR,
"geo" VARCHAR,
"n_1999" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"wsta_acc" VARCHAR,
"age" VARCHAR,
"injury" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.