Baselight

R&D Personnel And Researchers In The Business Enterprise Sector By Concentration Of Personnel (ranking)

Eurostat code: rd_p_con ยท (2021 - 2023)

@eurostat.rd_p_con

Loading...
Loading...

About this Dataset

R&D Personnel And Researchers In The Business Enterprise Sector By Concentration Of Personnel (ranking)

This Eurostat dataset contains data on r&d personnel and researchers in the business enterprise sector by concentration of personnel (ranking), 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

R&D Personnel And Researchers In The Business Enterprise Sector By Concentration Of Personnel (ranking) - Raw

@eurostat.rd_p_con.raw
  • 7.42 KB
  • 190 rows
  • 8 columns
Loading...

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

R&D Personnel And Researchers In The Business Enterprise Sector By Concentration Of Personnel (ranking) - Unpivoted

@eurostat.rd_p_con.tidy
  • 6.53 KB
  • 340 rows
  • 7 columns
Loading...

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

Share link

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