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.75 KB
  • 24 rows
  • 12 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2009" DOUBLE,
  "n_2011" DOUBLE,
  "n_2013" DOUBLE,
  "n_2015" DOUBLE,
  "n_2017" DOUBLE,
  "n_2019" DOUBLE,
  "n_2021" DOUBLE
);

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

@eurostat.egi_rd1.tidy
  • 6.58 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.