Drug Overdose Deaths
Accidental drug related deaths during 2012-2018
@kaggle.ruchi798_drug_overdose_deaths
Accidental drug related deaths during 2012-2018
@kaggle.ruchi798_drug_overdose_deaths
CREATE TABLE drug_deaths (
"unnamed_0" BIGINT,
"id" VARCHAR,
"date" VARCHAR,
"datetype" DOUBLE,
"age" DOUBLE,
"sex" VARCHAR,
"race" VARCHAR,
"residencecity" VARCHAR,
"residencecounty" VARCHAR,
"residencestate" VARCHAR,
"deathcity" VARCHAR,
"deathcounty" VARCHAR,
"location" VARCHAR,
"locationifother" VARCHAR,
"descriptionofinjury" VARCHAR,
"injuryplace" VARCHAR,
"injurycity" VARCHAR,
"injurycounty" VARCHAR,
"injurystate" VARCHAR,
"cod" VARCHAR,
"othersignifican" VARCHAR,
"heroin" BIGINT,
"cocaine" BIGINT,
"fentanyl" VARCHAR,
"fentanyl_analogue" DOUBLE,
"oxycodone" BIGINT,
"oxymorphone" BIGINT,
"ethanol" BIGINT,
"hydrocodone" BIGINT,
"benzodiazepine" BIGINT,
"methadone" BIGINT,
"amphet" BIGINT,
"tramad" BIGINT,
"morphine_notheroin" VARCHAR,
"hydromorphone" BIGINT,
"other" VARCHAR,
"opiatenos" BIGINT,
"anyopioid" VARCHAR,
"mannerofdeath" VARCHAR,
"deathcitygeo" VARCHAR,
"residencecitygeo" VARCHAR,
"injurycitygeo" VARCHAR
);
Anyone who has the link will be able to view this.