Baselight

GERD By Sector Of Performance And Type Of Institution

Eurostat code: rd_e_gerdins ยท (2021 - 2023)

@eurostat.rd_e_gerdins

Loading...
Loading...

About this Dataset

GERD By Sector Of Performance And Type Of Institution

This Eurostat dataset contains data on gerd by sector of performance and type of institution, 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-02T11:00:00+0200

Tables

GERD By Sector Of Performance And Type Of Institution - Raw

@eurostat.rd_e_gerdins.raw
  • 15.72 KB
  • 659 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sectperf" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

GERD By Sector Of Performance And Type Of Institution - Unpivoted

@eurostat.rd_e_gerdins.tidy
  • 15.18 KB
  • 1593 rows
  • 6 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sectperf" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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