Baselight

Innovation In High-tech Sectors In SMEs (CIS3), EU Member States And Selected Countries (2000-2001)

Eurostat code: htec_cis3 ยท (2000 - 2001)

@eurostat.htec_cis3

Loading...
Loading...

About this Dataset

Innovation In High-tech Sectors In SMEs (CIS3), EU Member States And Selected Countries (2000-2001)

This Eurostat dataset contains data on innovation in high-tech sectors in smes (cis3), eu member states and selected countries (2000-2001), 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-12T11:00:00+0200

Tables

Innovation In High-tech Sectors In SMEs (CIS3), EU Member States And Selected Countries (2000-2001) - Raw

@eurostat.htec_cis3.raw
  • 12.28 kB
  • 826 rows
  • 7 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_in" VARCHAR,
  "nace_r1" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2000" DOUBLE  -- 2000,
  "n_2001" DOUBLE  -- 2001
);

Innovation In High-tech Sectors In SMEs (CIS3), EU Member States And Selected Countries (2000-2001) - Unpivoted

@eurostat.htec_cis3.tidy
  • 11.59 kB
  • 867 rows
  • 7 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_in" 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.