Baselight

Global Homicide Rates Dataset

Comprehensive Dataset on Homicide Rates Across Countries and Demographics

@kaggle.programmerrdai_homicides

Homicide Rate Unodc
@kaggle.programmerrdai_homicides.homicide_rate_unodc

  • 47.06 KB
  • 4204 rows
  • 4 columns
entity

Entity

code

Code

year

Year

homicide_rate_per_100_000_population_both_sexes_all_ages

Homicide Rate Per 100,000 Population - Both Sexes - All Ages

AfghanistanAFG20094.0715265
AfghanistanAFG20103.4870927
AfghanistanAFG20114.208668
AfghanistanAFG20126.393913
AfghanistanAFG20159.975262
AfghanistanAFG20166.6924186
AfghanistanAFG20176.8006945
AfghanistanAFG20186.7435727
AfghanistanAFG20197.180397
AfghanistanAFG20206.594439

CREATE TABLE homicide_rate_unodc (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_both_sexes_all_ages" DOUBLE
);

Share link

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