Baselight

Global Homicide Rates Dataset

Comprehensive Dataset on Homicide Rates Across Countries and Demographics

@kaggle.programmerrdai_homicides

Loading...
Loading...

About this Dataset

Global Homicide Rates Dataset

Explore detailed global homicide data with this extensive dataset, covering various aspects of intentional homicides. Compiled from multiple reliable sources, including UNODC and WHO, this dataset includes:

  • Child homicide rates per 100,000 population
  • Distribution of homicide rates
  • Female homicide rates and victims
  • Age-standardized homicide rates
  • Historical homicide rates across Western Europe
  • Overall homicide rates and victims

This dataset provides valuable insights for researchers, policymakers, and data scientists interested in crime analysis, public health, and social studies. Analyze trends, identify patterns, and develop predictive models to understand and mitigate the impact of homicides worldwide.

Tables

Child Homicide Rate

@kaggle.programmerrdai_homicides.child_homicide_rate
  • 47.92 kB
  • 4,584 rows
  • 4 columns
Loading...
CREATE TABLE child_homicide_rate (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_both_sexes_age_0_19" DOUBLE  -- Homicide Rate Per 100,000 Population - Both Sexes - Age 0-19
);

Child Homicide Rate Per 100000

@kaggle.programmerrdai_homicides.child_homicide_rate_per_100000
  • 6.33 kB
  • 138 rows
  • 4 columns
Loading...
CREATE TABLE child_homicide_rate_per_100000 (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "number_of_homicide_victims_among_children_0_19_per_100_42d545a5" DOUBLE  -- Number Of Homicide Victims Among Children (0-19) Per 100,000 Population
);

Distribution Of Homicide Rates

@kaggle.programmerrdai_homicides.distribution_of_homicide_rates
  • 52.89 kB
  • 4,358 rows
  • 5 columns
Loading...
CREATE TABLE distribution_of_homicide_rates (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_both_sexes_all_ages" DOUBLE  -- Homicide Rate Per 100,000 Population - Both Sexes - All Ages,
  "continent" VARCHAR
);

Female Homicide Rate

@kaggle.programmerrdai_homicides.female_homicide_rate
  • 32.7 kB
  • 2,723 rows
  • 4 columns
Loading...
CREATE TABLE female_homicide_rate (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_female_all_ages" DOUBLE  -- Homicide Rate Per 100,000 Population - Female - All Ages
);

Female Homicide Victims

@kaggle.programmerrdai_homicides.female_homicide_victims
  • 20.4 kB
  • 2,731 rows
  • 4 columns
Loading...
CREATE TABLE female_homicide_victims (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "number_of_homicides_female_all_ages" DOUBLE  -- Number Of Homicides - Female - All Ages
);

Homicide Rates Across Western Europe

@kaggle.programmerrdai_homicides.homicide_rates_across_western_europe
  • 11.01 kB
  • 710 rows
  • 4 columns
Loading...
CREATE TABLE homicide_rates_across_western_europe (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_eisner_and_who_mo_1ea8d426" DOUBLE  -- Homicide Rate Per 100,000 Population - Eisner And WHO Mortality Database
);

Homicide Rate Unodc

@kaggle.programmerrdai_homicides.homicide_rate_unodc
  • 48.19 kB
  • 4,204 rows
  • 4 columns
Loading...
CREATE TABLE homicide_rate_unodc (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_both_sexes_all_ages" DOUBLE  -- Homicide Rate Per 100,000 Population - Both Sexes - All Ages
);

Homicide Rate Who Age Standardized

@kaggle.programmerrdai_homicides.homicide_rate_who_age_standardized
  • 50.13 kB
  • 4,496 rows
  • 4 columns
Loading...
CREATE TABLE homicide_rate_who_age_standardized (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "age_standardized_homicide_rate_per_100_000_population__43e49d89" DOUBLE  -- Age Standardized Homicide Rate Per 100,000 Population - Both Sexes - All Ages
);

Homicide Rate Who Mortality Database

@kaggle.programmerrdai_homicides.homicide_rate_who_mortality_database
  • 50.73 kB
  • 4,584 rows
  • 4 columns
Loading...
CREATE TABLE homicide_rate_who_mortality_database (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "homicide_rate_per_100_000_population_both_sexes_all_ages" DOUBLE  -- Homicide Rate Per 100,000 Population - Both Sexes - All Ages
);

Homicides Unodc

@kaggle.programmerrdai_homicides.homicides_unodc
  • 23.61 kB
  • 4,205 rows
  • 4 columns
Loading...
CREATE TABLE homicides_unodc (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "number_of_homicides_both_sexes_all_ages" DOUBLE  -- Number Of Homicides - Both Sexes - All Ages
);

Share link

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