Baselight

Homicide Rate, Suicide Rate And GDP 1970-2020

50 years of Homicide rate, Suicide rate and GDP by country

@kaggle.prasertk_homicide_suicide_rate_and_gdp

Loading...
Loading...

About this Dataset

Homicide Rate, Suicide Rate And GDP 1970-2020

Context

Any relationship among homicide rate, suicide rate and GDP?

Acknowledgements

Data source: https://data.worldbank.org/
Cover image credit: Photo by kira schwarz from Pexels (https://www.pexels.com/photo/anonymous-barefooted-melancholic-woman-embracing-knees-on-floor-7011532/)

Tables

Suicide Homicide Gdp

@kaggle.prasertk_homicide_suicide_rate_and_gdp.suicide_homicide_gdp
  • 245.59 KB
  • 13566 rows
  • 10 columns
Loading...

CREATE TABLE suicide_homicide_gdp (
  "country" VARCHAR,
  "iso3c" VARCHAR,
  "iso2c" VARCHAR,
  "year" BIGINT,
  "intentional_homicides_per_100_000_people" DOUBLE,
  "suicide_mortality_rate_per_100_000_population" DOUBLE,
  "gdp_current_us" DOUBLE,
  "gdp_per_capita_ppp_current_international" DOUBLE,
  "adminregion" VARCHAR,
  "incomelevel" VARCHAR
);

Share link

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