Baselight

European Union Trade Mark (EUTM) Applications By Number Of Classes (1996-2016)

Eurostat code: ipr_ta_cln ยท (1996 - 2016)

@eurostat.ipr_ta_cln

European Union Trade Mark (EUTM) Applications By Number Of Classes (1996-2016) - Unpivoted
@eurostat.ipr_ta_cln.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.

  • 39.08 KB
  • 14476 rows
  • 6 columns
freq

Freq

n_class

N Class

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualThe intellectual property right belongs to 1 classNumberAustria1996312
AnnualThe intellectual property right belongs to 1 classNumberAustralia1996114
AnnualThe intellectual property right belongs to 1 classNumberBelgium1996252
AnnualThe intellectual property right belongs to 1 classNumberBrazil199646
AnnualThe intellectual property right belongs to 1 classNumberCanada1996221
AnnualThe intellectual property right belongs to 1 classNumberSwitzerland1996525
AnnualThe intellectual property right belongs to 1 classNumberChina except Hong Kong199623
AnnualThe intellectual property right belongs to 1 classNumberCyprus199622
AnnualThe intellectual property right belongs to 1 classNumberCzechia19963
AnnualThe intellectual property right belongs to 1 classNumberGermany19963251

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

Share link

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