Baselight

Intentional Homicide And Sexual Offences By Legal Status And Sex Of The Person Involved

Eurostat code: crim_hom_soff$dv_1941

@eurostat.crim_hom_soff_dv_1941

Intentional Homicide And Sexual Offences By Legal Status And Sex Of The Person Involved - Unpivoted
@eurostat.crim_hom_soff_dv_1941.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.5 KB
  • 5586 rows
  • 8 columns
freq

Freq

iccs

Iccs

leg_stat

Leg Stat

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIntentional homicideVictimFemalesNumberAlbania201413
AnnualIntentional homicideVictimFemalesNumberAustria201423
AnnualIntentional homicideVictimFemalesNumberBosnia and Herzegovina201411
AnnualIntentional homicideVictimFemalesNumberBulgaria201426
AnnualIntentional homicideVictimFemalesNumberSwitzerland201424
AnnualIntentional homicideVictimFemalesNumberCyprus20145
AnnualIntentional homicideVictimFemalesNumberCzechia201445
AnnualIntentional homicideVictimFemalesNumberGermany2014339
AnnualIntentional homicideVictimFemalesNumberDenmark201431
AnnualIntentional homicideVictimFemalesNumberEstonia20149

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

Share link

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