Employment Statistics On High-tech Industries And Knowledge Intensive Services At The National Level (from 2008 Onwards, NACE Rev. 2)
Eurostat code: htec_emp_sbs2 ยท (2008 - 2013)
@eurostat.htec_emp_sbs2
Eurostat code: htec_emp_sbs2 ยท (2008 - 2013)
@eurostat.htec_emp_sbs2
This Eurostat dataset contains data on employment statistics on high-tech industries and knowledge intensive services at the national level (from 2008 onwards, nace rev. 2), as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2015-10-29T11:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"nace_r2" VARCHAR,
"indic_sb" VARCHAR,
"geo" VARCHAR,
"n_2008" DOUBLE -- 2008,
"n_2009" DOUBLE -- 2009,
"n_2010" DOUBLE -- 2010,
"n_2011" DOUBLE -- 2011,
"n_2012" DOUBLE -- 2012,
"n_2013" DOUBLE -- 2013
);CREATE TABLE tidy (
"freq" VARCHAR,
"nace_r2" VARCHAR,
"indic_sb" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.