Baselight

National Survey Of Drug Use And Health (2015-2019)

Comprehensive survey on drug use and demographics in the United States

@kaggle.bgallamoza_national_survey_of_drug_use_and_health_20152019

Loading...
Loading...

About this Dataset

National Survey Of Drug Use And Health (2015-2019)

National Survey on Drug Use and Health (NSDUH) for Years 2015-2019

The National Survey on Drug Use and Health (NSDUH) is the "leading source of statistical information on the use of illicit drugs, alcohol, and tobacco and mental health issues in the United States" (SAMHSA). The abundance of Yes/No questions regarding the usage of illicit drugs make this dataset valuable for binary classification problems. During 2015, the survey received a partial redesign, creating "broken trends" from pre-2015 and post-2015. This is dataset contains every year of the NSDUH survey after the major restructuring in 2015.

Column Descriptions

All column names are identical to the Question Index found in the NSDUH documentation. The values in each column are codes that correspond to a particular answer in the survey. You can reference each question's meaning in the documentation, found here. Be sure to account for these codes before performing any analyses.

Additionally, some questions are not asked across ALL years, and will instead have an NA value.

Sources

All of the data used to create this dataset was obtained from the Substance Abuse & Mental Health Data Archive. You can access the data for separate years here.

Tables

Nsduh 2015–2019

@kaggle.bgallamoza_national_survey_of_drug_use_and_health_20152019.nsduh_2015_2019
  • 186.36 MB
  • 282768 rows
  • 2812 columns
Loading...

CREATE TABLE nsduh_2015_2019 (
  "cigever" BIGINT,
  "cigofrsm" BIGINT,
  "cigwilyr" BIGINT,
  "cigtry" BIGINT,
  "cigyfu" BIGINT,
  "cigmfu" BIGINT,
  "cigrec" BIGINT,
  "cig30use" BIGINT,
  "cg30est" BIGINT,
  "cig30av" BIGINT,
  "cig30br2" BIGINT,
  "cig30tpe" BIGINT,
  "cig30men" BIGINT,
  "cig30mln" BIGINT,
  "cig30ro2" BIGINT,
  "cigdlymo" BIGINT,
  "cigage" BIGINT,
  "cigdlyfu" BIGINT,
  "cigdlmfu" BIGINT,
  "cig100lf" BIGINT,
  "smklssevr" BIGINT,
  "smklsstry" BIGINT,
  "smklssyfu" BIGINT,
  "smklssmfu" BIGINT,
  "smklssrec" BIGINT,
  "smklss30n" BIGINT,
  "smklss30e" BIGINT,
  "cigarevr" BIGINT,
  "cigartry" BIGINT,
  "cigaryfu" BIGINT,
  "cigarmfu" BIGINT,
  "cigarrec" BIGINT,
  "cgr30use" BIGINT,
  "ci30est" BIGINT,
  "cgr30br2" BIGINT,
  "pipever" BIGINT,
  "pipe30dy" BIGINT,
  "alcever" BIGINT,
  "alctry" BIGINT,
  "alcyfu" BIGINT,
  "alcmfu" BIGINT,
  "alcrec" BIGINT,
  "alcyrtot" BIGINT,
  "altotfg" BIGINT,
  "alfqflg" BIGINT,
  "albstway" BIGINT,
  "aldaypyr" BIGINT,
  "aldaypmo" BIGINT,
  "aldaypwk" BIGINT,
  "alcdays" BIGINT,
  "al30est" BIGINT,
  "aldysfg" BIGINT,
  "alcus30d" BIGINT,
  "alcbng30d" BIGINT,
  "mjever" BIGINT,
  "mjage" BIGINT,
  "mjyfu" BIGINT,
  "mjmfu" BIGINT,
  "mjrec" BIGINT,
  "mjyrtot" BIGINT,
  "mrtotfg" BIGINT,
  "mjfqflg" BIGINT,
  "mrbstway" BIGINT,
  "mrdaypyr" BIGINT,
  "mrdaypmo" BIGINT,
  "mrdaypwk" BIGINT,
  "mjday30a" BIGINT,
  "mr30est" BIGINT,
  "cocever" BIGINT,
  "cocage" BIGINT,
  "cocyfu" BIGINT,
  "cocmfu" BIGINT,
  "cocrec" BIGINT,
  "cocyrtot" BIGINT,
  "cctotfg" BIGINT,
  "ccfqflg" BIGINT,
  "ccbstway" BIGINT,
  "ccdaypyr" BIGINT,
  "ccdaypmo" BIGINT,
  "ccdaypwk" BIGINT,
  "cocus30a" BIGINT,
  "cc30est" BIGINT,
  "crkever" BIGINT,
  "crkage" BIGINT,
  "crkyfu" BIGINT,
  "crkmfu" BIGINT,
  "crakrec" BIGINT,
  "crkyrtot" BIGINT,
  "crtotfg" BIGINT,
  "crfqflg" BIGINT,
  "crbstway" BIGINT,
  "crdaypyr" BIGINT,
  "crdaypmo" BIGINT,
  "crdaypwk" BIGINT,
  "crkus30a" BIGINT,
  "cr30est" BIGINT,
  "herever" BIGINT,
  "herage" BIGINT,
  "heryfu" BIGINT,
  "hermfu" BIGINT
);

Share link

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