Baselight

Business Enterprise R&D Expenditure In High-tech Sectors By NACE Rev. 1.1 (1993-2009)

Eurostat code: htec_sti_exp ยท (1993 - 2009)

@eurostat.htec_sti_exp

Loading...
Loading...

About this Dataset

Business Enterprise R&D Expenditure In High-tech Sectors By NACE Rev. 1.1 (1993-2009)

This Eurostat dataset contains data on business enterprise r&d expenditure in high-tech sectors by nace rev. 1.1 (1993-2009), 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: 2013-04-12T23:00:00+0200

Tables

Business Enterprise R&D Expenditure In High-tech Sectors By NACE Rev. 1.1 (1993-2009) - Raw

@eurostat.htec_sti_exp.raw
  • 26.76 KB
  • 266 rows
  • 21 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r1" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "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,
  "n_2009" DOUBLE
);

Business Enterprise R&D Expenditure In High-tech Sectors By NACE Rev. 1.1 (1993-2009) - Unpivoted

@eurostat.htec_sti_exp.tidy
  • 15.3 KB
  • 2157 rows
  • 6 columns
Loading...

CREATE TABLE tidy (
  "freq" 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.