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
  • 31.98 KB
  • 1070 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "geo" VARCHAR,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE
);

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
  • 27.68 KB
  • 4104 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.