Baselight

Suspects And Offenders By Citizenship

Eurostat code: crim_just_ctz ยท (2008 - 2023)

@eurostat.crim_just_ctz

Suspects And Offenders By Citizenship - Unpivoted
@eurostat.crim_just_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.

  • 56.91 KB
  • 7327 rows
  • 7 columns
freq

Freq

leg_stat

Leg Stat

citizen

Citizen

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualConvicted personForeign countryNumberAustria200810991
AnnualConvicted personForeign countryNumberBulgaria2008903
AnnualConvicted personForeign countryNumberSwitzerland200848519
AnnualConvicted personForeign countryNumberCzechia20085498
AnnualConvicted personForeign countryNumberGermany2008173642
AnnualConvicted personForeign countryNumberFinland200819536
AnnualConvicted personForeign countryNumberFrance200880518
AnnualConvicted personForeign countryNumberHungary20082936
AnnualConvicted personForeign countryNumberItaly200886067
AnnualConvicted personForeign countryNumberLatvia2008108

CREATE TABLE tidy (
  "freq" VARCHAR,
  "leg_stat" 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.