Baselight

Intentional Homicide Victims In Largest Cities By Sex

Eurostat code: crim_hom_vcit ยท (2008 - 2023)

@eurostat.crim_hom_vcit

Intentional Homicide Victims In Largest Cities By Sex - Unpivoted
@eurostat.crim_hom_vcit.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.

  • 7.26 KB
  • 670 rows
  • 6 columns
freq

Freq

sex

Sex

unit

Unit

cities

Cities

time_period

Time Period

value

Value

AnnualTotalNumberTirana200818
AnnualTotalNumberWien (greater city)200848
AnnualTotalNumberSofia200827
AnnualTotalNumberPraha200819
AnnualTotalNumberHelsinki/Helsingfors200816
AnnualTotalNumberBudapest (greater city)200833
AnnualTotalNumberRoma200828
AnnualTotalNumberLuxembourg (greater city)20083
AnnualTotalNumberSkopje200813
AnnualTotalNumberAmsterdam (greater city)200811

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "cities" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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