Baselight

European Union Trade Mark (EUTM) Applications (1996-2016)

Eurostat code: ipr_ta_tot ยท (1996 - 2016)

@eurostat.ipr_ta_tot

European Union Trade Mark (EUTM) Applications (1996-2016) - Unpivoted
@eurostat.ipr_ta_tot.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.

  • 9.58 KB
  • 1073 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAustria1996729
AnnualNumberAustralia1996263
AnnualNumberBelgium1996684
AnnualNumberBulgaria19961
AnnualNumberBrazil199664
AnnualNumberCanada1996467
AnnualNumberSwitzerland19961239
AnnualNumberChina except Hong Kong199659
AnnualNumberCyprus199629
AnnualNumberCzechia199616

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.