Baselight

Economic Variables Being Part Of Annex1 To Council Regulation 58/97 (1992-2001)

Eurostat code: sbs_cre_tannex1 ยท (1992 - 2001)

@eurostat.sbs_cre_tannex1

Loading...
Loading...

About this Dataset

Economic Variables Being Part Of Annex1 To Council Regulation 58/97 (1992-2001)

This Eurostat dataset contains data on economic variables being part of annex1 to council regulation 58/97 (1992-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: 2017-10-25T23:00:00+0200

Tables

Economic Variables Being Part Of Annex1 To Council Regulation 58/97 (1992-2001) - Raw

@eurostat.sbs_cre_tannex1.raw
  • 39.94 kB
  • 1,670 rows
  • 17 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "annex" VARCHAR,
  "indic_sb" VARCHAR,
  "priority" VARCHAR,
  "unit" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "n_1992" DOUBLE  -- 1992,
  "n_1993" DOUBLE  -- 1993,
  "n_1994" DOUBLE  -- 1994,
  "n_1995" DOUBLE  -- 1995,
  "n_1996" DOUBLE  -- 1996,
  "n_1997" DOUBLE  -- 1997,
  "n_1998" DOUBLE  -- 1998,
  "n_1999" DOUBLE  -- 1999,
  "n_2000" DOUBLE  -- 2000,
  "n_2001" DOUBLE  -- 2001
);

Economic Variables Being Part Of Annex1 To Council Regulation 58/97 (1992-2001) - Unpivoted

@eurostat.sbs_cre_tannex1.tidy
  • 34.97 kB
  • 4,827 rows
  • 9 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "annex" VARCHAR,
  "indic_sb" VARCHAR,
  "priority" VARCHAR,
  "unit" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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