Baselight

Intra-mural Business Enterprise R&D Expenditures In Foreign Controlled Enterprises

Eurostat code: egi_rd1 ยท (2009 - 2021)

@eurostat.egi_rd1

Loading...
Loading...

About this Dataset

Intra-mural Business Enterprise R&D Expenditures In Foreign Controlled Enterprises

This Eurostat dataset contains data on intra-mural business enterprise r&d expenditures in foreign controlled enterprises, 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-02T23:00:00+0100

Tables

Intra-mural Business Enterprise R&D Expenditures In Foreign Controlled Enterprises - Raw

@eurostat.egi_rd1.raw
  • 9.98 kB
  • 24 rows
  • 12 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2009" DOUBLE  -- 2009,
  "n_2011" DOUBLE  -- 2011,
  "n_2013" DOUBLE  -- 2013,
  "n_2015" DOUBLE  -- 2015,
  "n_2017" DOUBLE  -- 2017,
  "n_2019" DOUBLE  -- 2019,
  "n_2021" DOUBLE  -- 2021
);

Intra-mural Business Enterprise R&D Expenditures In Foreign Controlled Enterprises - Unpivoted

@eurostat.egi_rd1.tidy
  • 6.74 kB
  • 114 rows
  • 7 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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