Suicide Rates Overview 1985 To 2016
Compares socio-economic info with suicide rates by year and country
@kaggle.russellyates88_suicide_rates_overview_1985_to_2016
Compares socio-economic info with suicide rates by year and country
@kaggle.russellyates88_suicide_rates_overview_1985_to_2016
CREATE TABLE master (
"country" VARCHAR,
"year" BIGINT,
"sex" VARCHAR,
"age" VARCHAR,
"suicides_no" BIGINT,
"population" BIGINT,
"suicides_100k_pop" DOUBLE,
"country_year" VARCHAR,
"hdi_for_year" DOUBLE,
"n__gdp_for_year" BIGINT,
"gdp_per_capita" BIGINT,
"generation" VARCHAR
);
Anyone who has the link will be able to view this.