Baselight

Enterprises By Detailed NACE Rev. 2 Activity And Special Aggregates

Eurostat code: sbs_ovw_act$dv_1481

@eurostat.sbs_ovw_act_dv_1481

Loading...
Loading...

About this Dataset

Enterprises By Detailed NACE Rev. 2 Activity And Special Aggregates

This Eurostat dataset contains data on enterprises by detailed nace rev. 2 activity and special aggregates, 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: 2025-05-13T23:00:00+0200

Tables

Enterprises By Detailed NACE Rev. 2 Activity And Special Aggregates - Raw

@eurostat.sbs_ovw_act_dv_1481.raw
  • 58.61 KB
  • 5042 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sbs" VARCHAR,
  "geo" VARCHAR,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Enterprises By Detailed NACE Rev. 2 Activity And Special Aggregates - Unpivoted

@eurostat.sbs_ovw_act_dv_1481.tidy
  • 56.66 KB
  • 10126 rows
  • 6 columns
Loading...

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

Share link

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