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
50 years of Homicide rate, Suicide rate and GDP by country
@kaggle.prasertk_homicide_suicide_rate_and_gdp
CREATE TABLE suicide_homicide_gdp (
"country" VARCHAR,
"iso3c" VARCHAR,
"iso2c" VARCHAR,
"year" BIGINT,
"intentional_homicides_per_100_000_people" DOUBLE -- Intentional Homicides (per 100,000 People),
"suicide_mortality_rate_per_100_000_population" DOUBLE -- Suicide Mortality Rate (per 100,000 Population),
"gdp_current_us" DOUBLE -- GDP (current US$),
"gdp_per_capita_ppp_current_international" DOUBLE -- GDP Per Capita, PPP (current International $),
"adminregion" VARCHAR,
"incomelevel" VARCHAR
);
Anyone who has the link will be able to view this.