Baselight

Enterprises In High-tech Sectors By NACE Rev.1.1 Activity (1995-2007)

Eurostat code: htec_eco_ent ยท (1995 - 2007)

@eurostat.htec_eco_ent

Enterprises In High-tech Sectors By NACE Rev.1.1 Activity (1995-2007) - Unpivoted
@eurostat.htec_eco_ent.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.

  • 22.12 KB
  • 2499 rows
  • 6 columns
freq

Freq

nace_r1

Nace R1

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualManufacturingNumberAustria199525509
AnnualManufacturingNumberCzechia1995106170
AnnualManufacturingNumberDenmark199526092
AnnualManufacturingNumberEstonia19953799
AnnualManufacturingNumberSpain1995145906
AnnualManufacturingNumberFinland199528345
AnnualManufacturingNumberIreland19954289
AnnualManufacturingNumberItaly1995535554
AnnualManufacturingNumberLithuania19957070
AnnualManufacturingNumberLuxembourg1995887

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.