Baselight

Annual Data On Employment In Knowledge-intensive Activities At The National Level, By Sex And NACE Rev. 1.1 (2000-2008),

Eurostat code: htec_kia_emp ยท (2000 - 2008)

@eurostat.htec_kia_emp

Loading...
Loading...

About this Dataset

Annual Data On Employment In Knowledge-intensive Activities At The National Level, By Sex And NACE Rev. 1.1 (2000-2008),

This Eurostat dataset contains data on annual data on employment in knowledge-intensive activities at the national level, by sex and nace rev. 1.1 (2000-2008),, 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: 2023-02-15T23:00:00+0100

Tables

Annual Data On Employment In Knowledge-intensive Activities At The National Level, By Sex And NACE Rev. 1.1 (2000-2008), - Raw

@eurostat.htec_kia_emp.raw
  • 28.71 KB
  • 420 rows
  • 14 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "nace_r1" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE
);

Annual Data On Employment In Knowledge-intensive Activities At The National Level, By Sex And NACE Rev. 1.1 (2000-2008), - Unpivoted

@eurostat.htec_kia_emp.tidy
  • 20.1 KB
  • 3444 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "nace_r1" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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