Baselight

Foreign Controlling EU Enterprises And Domestic Affiliates By NACE Rev.2 Activity (from 2021 Onwards)

Eurostat code: fats_out_dom ยท (2021 - 2022)

@eurostat.fats_out_dom

Loading...
Loading...

About this Dataset

Foreign Controlling EU Enterprises And Domestic Affiliates By NACE Rev.2 Activity (from 2021 Onwards)

This Eurostat dataset contains data on foreign controlling eu enterprises and domestic affiliates by nace rev.2 activity (from 2021 onwards), 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: 2024-12-11T11:00:00+0100

Tables

Foreign Controlling EU Enterprises And Domestic Affiliates By NACE Rev.2 Activity (from 2021 Onwards) - Raw

@eurostat.fats_out_dom.raw
  • 40.71 KB
  • 4023 rows
  • 6 columns
Loading...

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

Foreign Controlling EU Enterprises And Domestic Affiliates By NACE Rev.2 Activity (from 2021 Onwards) - Unpivoted

@eurostat.fats_out_dom.tidy
  • 40.56 KB
  • 6794 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.