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,
"suicide_mortality_rate_per_100_000_population" DOUBLE,
"gdp_current_us" DOUBLE,
"gdp_per_capita_ppp_current_international" DOUBLE,
"adminregion" VARCHAR,
"incomelevel" VARCHAR
);
Anyone who has the link will be able to view this.