Baselight

Perceived Independence Of The Justice System

Eurostat code: sdg_16_40 ยท (2016 - 2024)

@eurostat.sdg_16_40

Perceived Independence Of The Justice System - Unpivoted
@eurostat.sdg_16_40.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.

  • 7.2 KB
  • 1827 rows
  • 6 columns
freq

Freq

lev_perc

Lev Perc

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFairly badPercentageAustria201613
AnnualFairly badPercentageBelgium201619
AnnualFairly badPercentageBulgaria201635
AnnualFairly badPercentageCyprus201619
AnnualFairly badPercentageCzechia201632
AnnualFairly badPercentageGermany201613
AnnualFairly badPercentageDenmark20166
AnnualFairly badPercentageEstonia201612
AnnualFairly badPercentageGreece201626
AnnualFairly badPercentageSpain201638

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

Share link

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