Baselight

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

Loading...
Loading...

About this Dataset

Employment Statistics On High-tech Industries And Knowledge Intensive Services At The National Level (from 2008 Onwards, NACE Rev. 2)

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.

Tables included:

  • 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

Tables

Employment Statistics On High-tech Industries And Knowledge Intensive Services At The National Level (from 2008 Onwards, NACE Rev. 2) - Raw

@eurostat.htec_emp_sbs2.raw
  • 32.74 kB
  • 1,070 rows
  • 10 columns
Loading...
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
);

Employment Statistics On High-tech Industries And Knowledge Intensive Services At The National Level (from 2008 Onwards, NACE Rev. 2) - Unpivoted

@eurostat.htec_emp_sbs2.tidy
  • 28.34 kB
  • 4,104 rows
  • 6 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.