Baselight

European Union Trade Mark (EUTM) Applications Per Billion GDP By NUTS 3 Region (2000-2014)

Eurostat code: ipr_ta_gdpr · (2000 - 2014)

@eurostat.ipr_ta_gdpr

European Union Trade Mark (EUTM) Applications Per Billion GDP By NUTS 3 Region (2000-2014) - Unpivoted
@eurostat.ipr_ta_gdpr.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.

  • 150.16 KB
  • 44298 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEuro per billion GDPAustria20003.52
AnnualEuro per billion GDPOstösterreich20003.94
AnnualEuro per billion GDPBurgenland20001.47
AnnualEuro per billion GDPMittelburgenland20001.69
AnnualEuro per billion GDPNordburgenland20001.91
AnnualEuro per billion GDPSüdburgenland20000.64
AnnualEuro per billion GDPNiederösterreich20001.91
AnnualEuro per billion GDPMostviertel-Eisenwurzen20000.84
AnnualEuro per billion GDPNiederösterreich-Süd20001.71
AnnualEuro per billion GDPSankt Pölten20002.41

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.