Baselight

Police-recorded Offences By Offence Category

Eurostat code: crim_off_cat$dv_348

@eurostat.crim_off_cat_dv_348

Police-recorded Offences By Offence Category - Unpivoted
@eurostat.crim_off_cat_dv_348.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.

  • 17.62 KB
  • 2468 rows
  • 6 columns
freq

Freq

iccs

Iccs

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIntentional homicideNumberAlbania200888
AnnualIntentional homicideNumberAustria200858
AnnualIntentional homicideNumberBosnia and Herzegovina200866
AnnualIntentional homicideNumberBelgium2008204
AnnualIntentional homicideNumberBulgaria2008172
AnnualIntentional homicideNumberSwitzerland200854
AnnualIntentional homicideNumberCyprus20089
AnnualIntentional homicideNumberCzechia2008113
AnnualIntentional homicideNumberGermany2008656
AnnualIntentional homicideNumberDenmark200853

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

Share link

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