Hourly Earnings By Economic Activity And Contractual Working Time (enterprises With 10 Employed Persons Or More)
Eurostat code: earn_ses14_hftpt ยท (2014 - 2014)
@eurostat.earn_ses14_hftpt
Eurostat code: earn_ses14_hftpt ยท (2014 - 2014)
@eurostat.earn_ses14_hftpt
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"nace_r2" VARCHAR,
"worktime" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"nace_r2" VARCHAR,
"worktime" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.