Baselight

Corruption Perceptions Index

Eurostat code: sdg_16_50 ยท (2012 - 2024)

@eurostat.sdg_16_50

Corruption Perceptions Index - Unpivoted
@eurostat.sdg_16_50.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.

  • 5.25 KB
  • 572 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAlbania201233
AnnualNumberAustria201269
AnnualNumberBosnia and Herzegovina201242
AnnualNumberBelgium201275
AnnualNumberBulgaria201241
AnnualNumberSwitzerland201286
AnnualNumberCyprus201266
AnnualNumberCzechia201249
AnnualNumberGermany201279
AnnualNumberDenmark201290

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.