Baselight

Sector Specific Variables - Profit And Loss Account, Balance Sheet, Additional Accounting Variables (1992-2001)

Eurostat code: sbs_cre_tspe ยท (1992 - 2001)

@eurostat.sbs_cre_tspe

Loading...
Loading...

About this Dataset

Sector Specific Variables - Profit And Loss Account, Balance Sheet, Additional Accounting Variables (1992-2001)

This Eurostat dataset contains data on sector specific variables - profit and loss account, balance sheet, additional accounting variables (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

Sector Specific Variables - Profit And Loss Account, Balance Sheet, Additional Accounting Variables (1992-2001) - Raw

@eurostat.sbs_cre_tspe.raw
  • 52.97 KB
  • 2746 rows
  • 18 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "annex" VARCHAR,
  "indic_sb" VARCHAR,
  "priority" VARCHAR,
  "unit" VARCHAR,
  "nace_r1" VARCHAR,
  "partner" 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
);

Sector Specific Variables - Profit And Loss Account, Balance Sheet, Additional Accounting Variables (1992-2001) - Unpivoted

@eurostat.sbs_cre_tspe.tidy
  • 47.84 KB
  • 5989 rows
  • 10 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "annex" VARCHAR,
  "indic_sb" VARCHAR,
  "priority" VARCHAR,
  "unit" 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.