Baselight

High-tech Patent Applications To The EPO By Priority Year And Metropolitan Region (1977-2012)

Eurostat code: met_pat_eptec · (1977 - 2012)

@eurostat.met_pat_eptec

High-tech Patent Applications To The EPO By Priority Year And Metropolitan Region (1977-2012) - Unpivoted
@eurostat.met_pat_eptec.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.

  • 79.45 KB
  • 21186 rows
  • 6 columns
freq

Freq

unit

Unit

ipc

Ipc

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualNumberAviationGenova19771
AnnualNumberAviationStockholm19771
AnnualNumberComputer and automated business equipmentZürich19771
AnnualNumberComputer and automated business equipmentSiegen19771
AnnualNumberComputer and automated business equipmentRennes19770.67
AnnualNumberComputer and automated business equipmentAnnecy (FR) / Genève (CH)19771
AnnualNumberComputer and automated business equipmentEindhoven19771
AnnualNumberCommunication technologyZürich19770.5
AnnualNumberCommunication technologyLausanne19771
AnnualNumberCommunication technologyWuppertal19770.5

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "ipc" VARCHAR,
  "metroreg" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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