Baselight

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

Eurostat code: htec_sti_exp · (1993 - 2009)

@eurostat.htec_sti_exp

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

  • 15.3 KB
  • 2157 rows
  • 6 columns
freq

Freq

nace_r1

Nace R1

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualManufacturingMillion euroBulgaria199336
AnnualManufacturingMillion euroCzechia1993160
AnnualManufacturingMillion euroHungary199367
AnnualManufacturingMillion euroJapan199364962
AnnualManufacturingMillion euroRomania1993114
AnnualManufacturingMillion euroSweden19933438
AnnualManufacturingMillion euroSlovenia199344
AnnualManufacturingMillion euroTürkiye1993138
AnnualManufacturingMillion euroUnited States199373927
AnnualHigh-technology manufacturing (DG24.4, DL30, DL32, DL33, DM35.3)Million euroCzechia199315

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

Share link

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