Baselight

Business Enterprise R&D Personnel In High-tech Sectors - NACE Rev. 1.1 (1993-2009)

Eurostat code: htec_sti_pers · (1993 - 2009)

@eurostat.htec_sti_pers

Business Enterprise R&D Personnel In High-tech Sectors - NACE Rev. 1.1 (1993-2009) - Unpivoted
@eurostat.htec_sti_pers.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.

  • 47.42 KB
  • 6981 rows
  • 7 columns
freq

Freq

nace_r1

Nace R1

prof_pos

Prof Pos

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualManufacturingResearchersFull-time equivalent (FTE)Bulgaria19933414
AnnualManufacturingResearchersFull-time equivalent (FTE)Hungary19931813
AnnualManufacturingResearchersFull-time equivalent (FTE)Japan1993351146
AnnualManufacturingResearchersFull-time equivalent (FTE)Slovenia1993712
AnnualManufacturingResearchersFull-time equivalent (FTE)Türkiye19931439
AnnualManufacturingResearchersFull-time equivalent (FTE)United States1993571100
AnnualManufacturingTotalFull-time equivalent (FTE)Bulgaria19936486
AnnualManufacturingTotalFull-time equivalent (FTE)Hungary19934178
AnnualManufacturingTotalFull-time equivalent (FTE)Japan1993561627
AnnualManufacturingTotalFull-time equivalent (FTE)Sweden199332334

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

Share link

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