Youth Tobacco Dataset (2 Decades)
A comprehensive dataset of over two decades of data
@kaggle.sahirmaharajj_youth_tobacco_survey
A comprehensive dataset of over two decades of data
@kaggle.sahirmaharajj_youth_tobacco_survey
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
);
Anyone who has the link will be able to view this.