Baselight

Turnover By Product And NACE Rev. 2 Activity (CPA 2.1) (2015-2020)

Eurostat code: bs_bs8cpa2_1 ยท (2015 - 2020)

@eurostat.bs_bs8cpa2_1

Loading...
Loading...

About this Dataset

Turnover By Product And NACE Rev. 2 Activity (CPA 2.1) (2015-2020)

This Eurostat dataset contains data on turnover by product and nace rev. 2 activity (cpa 2.1) (2015-2020), 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: 2023-03-15T23:00:00+0100

Tables

Turnover By Product And NACE Rev. 2 Activity (CPA 2.1) (2015-2020) - Raw

@eurostat.bs_bs8cpa2_1.raw
  • 76.33 KB
  • 4899 rows
  • 11 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "cpa2_1" VARCHAR,
  "nace_r2" VARCHAR,
  "geo" VARCHAR,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE
);

Turnover By Product And NACE Rev. 2 Activity (CPA 2.1) (2015-2020) - Unpivoted

@eurostat.bs_bs8cpa2_1.tidy
  • 65.79 KB
  • 14727 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "cpa2_1" VARCHAR,
  "nace_r2" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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