Baselight

Global Homicide Rates Dataset

Comprehensive Dataset on Homicide Rates Across Countries and Demographics

@kaggle.programmerrdai_homicides

Homicides Unodc
@kaggle.programmerrdai_homicides.homicides_unodc

  • 23.05 KB
  • 4205 rows
  • 4 columns
entity

Entity

code

Code

year

Year

number_of_homicides_both_sexes_all_ages

Number Of Homicides - Both Sexes - All Ages

AfghanistanAFG20091115
AfghanistanAFG2010983
AfghanistanAFG20111231
AfghanistanAFG20121948
AfghanistanAFG20153367
AfghanistanAFG20162318
AfghanistanAFG20172424
AfghanistanAFG20182474
AfghanistanAFG20192712
AfghanistanAFG20202570

CREATE TABLE homicides_unodc (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "number_of_homicides_both_sexes_all_ages" DOUBLE
);

Share link

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