Baselight

Business Enterprise R&D Personnel In High-tech Sectors - NACE Rev. 2

Eurostat code: htec_sti_pers2 ยท (2005 - 2023)

@eurostat.htec_sti_pers2

Business Enterprise R&D Personnel In High-tech Sectors - NACE Rev. 2 - Unpivoted
@eurostat.htec_sti_pers2.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.

  • 87.92 KB
  • 13001 rows
  • 7 columns
freq

Freq

nace_r2

Nace R2

unit

Unit

prof_pos

Prof Pos

geo

Geo

time_period

Time Period

value

Value

AnnualManufacturingFull-time equivalent (FTE)ResearchersCzechia20055080.4
AnnualManufacturingFull-time equivalent (FTE)ResearchersCroatia2005283.4
AnnualManufacturingFull-time equivalent (FTE)ResearchersHungary20053168
AnnualManufacturingFull-time equivalent (FTE)ResearchersJapan2005427721
AnnualManufacturingFull-time equivalent (FTE)ResearchersSouth Korea2005113250.2
AnnualManufacturingFull-time equivalent (FTE)ResearchersPoland20054460.9
AnnualManufacturingFull-time equivalent (FTE)ResearchersSlovakia2005583.3
AnnualManufacturingFull-time equivalent (FTE)TotalCzechia200511892.3
AnnualManufacturingFull-time equivalent (FTE)TotalCroatia2005738.9
AnnualManufacturingFull-time equivalent (FTE)TotalHungary20055018

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

Share link

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