Baselight

General Government Total Expenditure On Law Courts

Eurostat code: sdg_16_30 ยท (2000 - 2023)

@eurostat.sdg_16_30

General Government Total Expenditure On Law Courts - Unpivoted
@eurostat.sdg_16_30.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.

  • 11.98 KB
  • 1558 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEuro per inhabitantAustria200075.6
AnnualEuro per inhabitantBulgaria20006.8
AnnualEuro per inhabitantSwitzerland2000102.5
AnnualEuro per inhabitantCyprus200020.6
AnnualEuro per inhabitantCzechia200019.5
AnnualEuro per inhabitantGermany2000109.5
AnnualEuro per inhabitantDenmark200059
AnnualEuro per inhabitantEstonia200011.3
AnnualEuro per inhabitantSpain200043.7
AnnualEuro per inhabitantFrance200050.4

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.