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.01 KB
  • 1670 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,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE
);

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

@eurostat.sbs_cre_tannex1.tidy
  • 34.15 KB
  • 4827 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.