Mean Hourly Earnings By NUTS 1 Region (enterprises With 10 Employees Or More) - NACE Rev. 1.1, C-O Excluding L
Eurostat code: earn_ses06_rhr ยท (2006 - 2006)
@eurostat.earn_ses06_rhr
Eurostat code: earn_ses06_rhr ยท (2006 - 2006)
@eurostat.earn_ses06_rhr
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2006" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.