Baselight

Patent Applications To The EPO By Priority Year By NUTS 3 Region (1977-2012)

Eurostat code: pat_ep_rtot · (1977 - 2012)

@eurostat.pat_ep_rtot

Patent Applications To The EPO By Priority Year By NUTS 3 Region (1977-2012) - Unpivoted
@eurostat.pat_ep_rtot.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.

  • 595.2 KB
  • 104106 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAustria197730.67
AnnualNumberOstösterreich19779.67
AnnualNumberNiederösterreich19771.42
AnnualNumberMostviertel-Eisenwurzen19770.5
AnnualNumberWiener Umland/Südteil19770.92
AnnualNumberWien19778.25
AnnualNumberWien19778.25
AnnualNumberSüdösterreich19772
AnnualNumberKärnten19771
AnnualNumberKlagenfurt-Villach19771

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

Share link

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