Baselight

Youth Tobacco Dataset (2 Decades)

A comprehensive dataset of over two decades of data

@kaggle.sahirmaharajj_youth_tobacco_survey

Youth Tobacco Survey Yts Data
@kaggle.sahirmaharajj_youth_tobacco_survey.youth_tobacco_survey_yts_data

  • 173.32 KB
  • 10600 rows
  • 31 columns
year

YEAR

locationabbr

LocationAbbr

locationdesc

LocationDesc

topictype

TopicType

topicdesc

TopicDesc

measuredesc

MeasureDesc

datasource

DataSource

response

Response

data_value_unit

Data Value Unit

data_value_type

Data Value Type

data_value

Data Value

data_value_footnote_symbol

Data Value Footnote Symbol

data_value_footnote

Data Value Footnote

data_value_std_err

Data Value Std Err

low_confidence_limit

Low Confidence Limit

high_confidence_limit

High Confidence Limit

sample_size

Sample Size

gender

Gender

race

Race

age

Age

education

Education

geolocation

GeoLocation

topictypeid

TopicTypeId

topicid

TopicId

measureid

MeasureId

stratificationid1

StratificationID1

stratificationid2

StratificationID2

stratificationid3

StratificationID3

stratificationid4

StratificationID4

submeasureid

SubMeasureID

displayorder

DisplayOrder

2004OHOhioTobacco Use – Survey DataCigarette Use (Youth)Smoking StatusYTSEver%Percentage32.2nannan3.225.838.51377OverallAll RacesAll AgesMiddle School(40.060210141, -82.404260056)BEH106BEH166SSA1GEN8AGE6RAC1EDUYTS088
2008ALAlabamaTobacco Use – Survey DataCigarette Use (Youth)Smoking StatusYTSEver%Percentage47.8nannan2.942.153.5654FemaleAll RacesAll AgesHigh School(32.840571122, -86.631860762)BEH106BEH166SSA3GEN8AGE6RAC2EDUYTS088
2015WVWest VirginiaTobacco Use – Survey DataSmokeless Tobacco Use (Youth)User StatusYTSFrequent%Percentage12.7nannan1.9916.4781MaleAll RacesAll AgesHigh School(38.665510202, -80.712640135)BEH151BEH169USS2GEN8AGE6RAC2EDUYTS1212
2005ILIllinoisTobacco Use – Survey DataCigarette Use (Youth)Smoking StatusYTSEver%Percentage28.5nannan2.224.232.81323OverallAll RacesAll AgesMiddle School(40.485010283, -88.997710178)BEH106BEH166SSA1GEN8AGE6RAC1EDUYTS088
2005CTConnecticutTobacco Use – Survey DataSmokeless Tobacco Use (Youth)User StatusYTSEver%Percentage20.5nannan2.31625.1973MaleAll RacesAll AgesHigh School(41.56266102, -72.649840952)BEH151BEH169USS2GEN8AGE6RAC2EDUYTS1111
2009CTConnecticutTobacco Use – Survey DataSmokeless Tobacco Use (Youth)User StatusYTSFrequent%Percentage1.2nannan0.30.61.82214OverallAll RacesAll AgesHigh School(41.56266102, -72.649840952)BEH151BEH169USS1GEN8AGE6RAC2EDUYTS1212
2001IDIdahoTobacco Use – Survey DataSmokeless Tobacco Use (Youth)User StatusYTSEver%Percentage15.1nannan1.212.717.6926MaleAll RacesAll AgesMiddle School(43.682630005, -114.363730042)BEH151BEH169USS2GEN8AGE6RAC1EDUYTS1111
2004VTVermontTobacco Use – Survey DataCigarette Use (Youth)Smoking StatusYTSFrequent%Percentage2.5nannan0.71.33.8847MaleAll RacesAll AgesMiddle School(43.625381239, -72.517640791)BEH106BEH166SSA2GEN8AGE6RAC1EDUYTS099
2007CTConnecticutTobacco Use – Survey DataCigarette Use (Youth)Smoking StatusYTSEver%Percentage13nannan1.79.616.42184OverallAll RacesAll AgesMiddle School(41.56266102, -72.649840952)BEH106BEH166SSA1GEN8AGE6RAC1EDUYTS088
2006PAPennsylvaniaTobacco Use – Survey DataCigarette Use (Youth)Smoking StatusYTSEver%Percentage42.4nannan2.637.347.5826FemaleAll RacesAll AgesHigh School(40.793730152, -77.860700294)BEH106BEH166SSA3GEN8AGE6RAC2EDUYTS088

CREATE TABLE youth_tobacco_survey_yts_data (
  "year" BIGINT,
  "locationabbr" VARCHAR,
  "locationdesc" VARCHAR,
  "topictype" VARCHAR,
  "topicdesc" VARCHAR,
  "measuredesc" VARCHAR,
  "datasource" VARCHAR,
  "response" VARCHAR,
  "data_value_unit" VARCHAR,
  "data_value_type" VARCHAR,
  "data_value" DOUBLE,
  "data_value_footnote_symbol" VARCHAR,
  "data_value_footnote" VARCHAR,
  "data_value_std_err" DOUBLE,
  "low_confidence_limit" DOUBLE,
  "high_confidence_limit" DOUBLE,
  "sample_size" DOUBLE,
  "gender" VARCHAR,
  "race" VARCHAR,
  "age" VARCHAR,
  "education" VARCHAR,
  "geolocation" VARCHAR,
  "topictypeid" VARCHAR,
  "topicid" VARCHAR,
  "measureid" VARCHAR,
  "stratificationid1" VARCHAR,
  "stratificationid2" VARCHAR,
  "stratificationid3" VARCHAR,
  "stratificationid4" VARCHAR,
  "submeasureid" VARCHAR,
  "displayorder" BIGINT
);