Chronic Disease Indicators Dataset
A Comprehensive Look at Chronic Diseases and Associated Risk Factors Across US
@kaggle.yashdogra_chronic_dis_ind
A Comprehensive Look at Chronic Diseases and Associated Risk Factors Across US
@kaggle.yashdogra_chronic_dis_ind
CREATE TABLE u_s_chronic_disease_indicators (
"yearstart" BIGINT,
"yearend" BIGINT,
"locationabbr" VARCHAR,
"locationdesc" VARCHAR,
"datasource" VARCHAR,
"topic" VARCHAR,
"question" VARCHAR,
"response" VARCHAR,
"datavalueunit" VARCHAR,
"datavaluetype" VARCHAR,
"datavalue" DOUBLE,
"datavaluealt" DOUBLE,
"datavaluefootnotesymbol" VARCHAR,
"datavaluefootnote" VARCHAR,
"lowconfidencelimit" DOUBLE,
"highconfidencelimit" DOUBLE,
"stratificationcategory1" VARCHAR,
"stratification1" VARCHAR,
"stratificationcategory2" VARCHAR,
"stratification2" VARCHAR,
"stratificationcategory3" VARCHAR,
"stratification3" VARCHAR,
"geolocation" VARCHAR,
"locationid" BIGINT,
"topicid" VARCHAR,
"questionid" VARCHAR,
"responseid" VARCHAR,
"datavaluetypeid" VARCHAR,
"stratificationcategoryid1" VARCHAR,
"stratificationid1" VARCHAR,
"stratificationcategoryid2" VARCHAR,
"stratificationid2" VARCHAR,
"stratificationcategoryid3" VARCHAR,
"stratificationid3" VARCHAR
);
Anyone who has the link will be able to view this.