Baselight

Annual Enterprise Statistics By Geographical Breakdown (2001-2005)

Eurostat code: sbs_cre_6g_01 ยท (2001 - 2005)

@eurostat.sbs_cre_6g_01

Loading...
Loading...

About this Dataset

Annual Enterprise Statistics By Geographical Breakdown (2001-2005)

This Eurostat dataset contains data on annual enterprise statistics by geographical breakdown (2001-2005), 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: 2009-06-26T11:00:00+0200

Tables

Annual Enterprise Statistics By Geographical Breakdown (2001-2005) - Raw

@eurostat.sbs_cre_6g_01.raw
  • 30.11 KB
  • 8454 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "nace_r1" VARCHAR,
  "partner" VARCHAR,
  "geo" VARCHAR,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE
);

Annual Enterprise Statistics By Geographical Breakdown (2001-2005) - Unpivoted

@eurostat.sbs_cre_6g_01.tidy
  • 32.72 KB
  • 21461 rows
  • 7 columns
Loading...

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

Share link

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