Baselight

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

Eurostat code: htec_sti_exp2 ยท (2005 - 2023)

@eurostat.htec_sti_exp2

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

  • 50.69 KB
  • 7350 rows
  • 6 columns
freq

Freq

unit

Unit

nace_r2

Nace R2

geo

Geo

time_period

Time Period

value

Value

AnnualMillion euroManufacturingCzechia2005444.896
AnnualMillion euroManufacturingCroatia200553.735
AnnualMillion euroManufacturingHungary2005285.949
AnnualMillion euroManufacturingJapan200582226.145
AnnualMillion euroManufacturingSouth Korea200512917.951
AnnualMillion euroManufacturingPoland2005217.922
AnnualMillion euroManufacturingSlovakia200543.473
AnnualMillion euroHigh-technology manufacturingCzechia200578.397
AnnualMillion euroHigh-technology manufacturingCroatia20056.074
AnnualMillion euroHigh-technology manufacturingHungary2005198.861

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

Share link

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