Baselight

Annual Enterprise Statistics By Product (2002-2007)

Eurostat code: sbs_cre_prod ยท (2002 - 2007)

@eurostat.sbs_cre_prod

Loading...
Loading...

About this Dataset

Annual Enterprise Statistics By Product (2002-2007)

This Eurostat dataset contains data on annual enterprise statistics by product (2002-2007), 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: 2010-07-14T23:00:00+0200

Tables

Annual Enterprise Statistics By Product (2002-2007) - Raw

@eurostat.sbs_cre_prod.raw
  • 29.63 kB
  • 4,215 rows
  • 11 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "nace_r1" VARCHAR,
  "cpa02" VARCHAR,
  "geo" VARCHAR,
  "n_2002" DOUBLE  -- 2002,
  "n_2003" DOUBLE  -- 2003,
  "n_2004" DOUBLE  -- 2004,
  "n_2005" DOUBLE  -- 2005,
  "n_2006" DOUBLE  -- 2006,
  "n_2007" DOUBLE  -- 2007
);

Annual Enterprise Statistics By Product (2002-2007) - Unpivoted

@eurostat.sbs_cre_prod.tidy
  • 28.05 kB
  • 10,987 rows
  • 7 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "nace_r1" VARCHAR,
  "cpa02" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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