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
  • 54.24 kB
  • 2,746 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  -- 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
);

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

@eurostat.sbs_cre_tspe.tidy
  • 48.99 kB
  • 5,989 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.