Baselight

Police-recorded Offences By NUTS 3 Region

Eurostat code: crim_gen_reg · (2008 - 2023)

@eurostat.crim_gen_reg

Police-recorded Offences By NUTS 3 Region - Unpivoted
@eurostat.crim_gen_reg.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.

  • 1.3 MB
  • 272171 rows
  • 6 columns
freq

Freq

unit

Unit

iccs

Iccs

geo

Geo

time_period

Time Period

value

Value

AnnualNumberIntentional homicideAlbania200888
AnnualNumberIntentional homicideShqipëria200888
AnnualNumberIntentional homicideVeri200840
AnnualNumberIntentional homicideDibër20083
AnnualNumberIntentional homicideDurrës20088
AnnualNumberIntentional homicideKukës20084
AnnualNumberIntentional homicideLezhë20086
AnnualNumberIntentional homicideShkodër200819
AnnualNumberIntentional homicideQender200824
AnnualNumberIntentional homicideElbasan20088

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

Share link

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