Baselight

R&D Personnel And Researchers In Business Enterprise Sector By Size Class And Sex

Eurostat code: rd_p_perssize ยท (1980 - 2023)

@eurostat.rd_p_perssize

R&D Personnel And Researchers In Business Enterprise Sector By Size Class And Sex - Unpivoted
@eurostat.rd_p_perssize.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 88.15 KB
  • 15565 rows
  • 8 columns
freq

Freq

prof_pos

Prof Pos

sizeclas

Sizeclas

unit

Unit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualResearchersTotalFull-time equivalent (FTE)TotalHungary198014993
AnnualResearchersTotalFull-time equivalent (FTE)TotalJapan1980184889
AnnualResearchersTotalFull-time equivalent (FTE)TotalPoland198065500
AnnualTotalTotalFull-time equivalent (FTE)TotalSpain198012303
AnnualTotalTotalFull-time equivalent (FTE)TotalHungary198014993
AnnualTotalTotalFull-time equivalent (FTE)TotalJapan1980349480
AnnualTotalTotalFull-time equivalent (FTE)TotalPoland198065500
AnnualResearchersTotalFull-time equivalent (FTE)TotalAustria19812886
AnnualResearchersTotalFull-time equivalent (FTE)TotalBelgium19815152
AnnualResearchersTotalFull-time equivalent (FTE)TotalGermany198177017

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

Share link

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