Baselight

Prisoners By Citizenship

Eurostat code: crim_pris_ctz ยท (2008 - 2023)

@eurostat.crim_pris_ctz

Prisoners By Citizenship - Unpivoted
@eurostat.crim_pris_ctz.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.

  • 26.26 KB
  • 3470 rows
  • 6 columns
freq

Freq

citizen

Citizen

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualForeign countryNumberAlbania200836
AnnualForeign countryNumberAustria20083349
AnnualForeign countryNumberBelgium20084124
AnnualForeign countryNumberBulgaria2008187
AnnualForeign countryNumberSwitzerland20083581
AnnualForeign countryNumberCyprus2008377
AnnualForeign countryNumberCzechia20081449
AnnualForeign countryNumberDenmark2008792
AnnualForeign countryNumberEstonia2008165
AnnualForeign countryNumberGreece20086176

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

Share link

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