Baselight

Annual Enterprise Statistics By Geographical Breakdown And Products (2004-2007)

Eurostat code: sbs_ins_5ffp04 ยท (2004 - 2007)

@eurostat.sbs_ins_5ffp04

Loading...
Loading...

About this Dataset

Annual Enterprise Statistics By Geographical Breakdown And Products (2004-2007)

This Eurostat dataset contains data on annual enterprise statistics by geographical breakdown and products (2004-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-08-06T23:00:00+0200

Tables

Annual Enterprise Statistics By Geographical Breakdown And Products (2004-2007) - Raw

@eurostat.sbs_ins_5ffp04.raw
  • 103.99 KB
  • 73172 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "enterpr" VARCHAR,
  "cpa02" VARCHAR,
  "partner" VARCHAR,
  "geo" VARCHAR,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE
);

Annual Enterprise Statistics By Geographical Breakdown And Products (2004-2007) - Unpivoted

@eurostat.sbs_ins_5ffp04.tidy
  • 97.06 KB
  • 125267 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "enterpr" VARCHAR,
  "cpa02" VARCHAR,
  "partner" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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