Baselight

Enterprises In High-tech Sectors By NACE Rev.2 Activity

Eurostat code: htec_eco_ent2 ยท (2008 - 2020)

@eurostat.htec_eco_ent2

Enterprises In High-tech Sectors By NACE Rev.2 Activity - Unpivoted
@eurostat.htec_eco_ent2.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.

  • 27.73 KB
  • 3455 rows
  • 6 columns
freq

Freq

nace_r2

Nace R2

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualManufacturingNumberAustria200826081
AnnualManufacturingNumberBelgium200837209
AnnualManufacturingNumberBulgaria200830288
AnnualManufacturingNumberCyprus20085530
AnnualManufacturingNumberCzechia2008151753
AnnualManufacturingNumberGermany2008195439
AnnualManufacturingNumberDenmark200816676
AnnualManufacturingNumberEstonia20085478
AnnualManufacturingNumberGreece200885004
AnnualManufacturingNumberSpain2008207499

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

Share link

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