USA Trends: Nutrition, Activity & Obesity
Analyzing Health Patterns Across the U.S. for a Better Tomorrow
@kaggle.pierrehanne_usa_trends_nutrition_activity_and_obesity
Analyzing Health Patterns Across the U.S. for a Better Tomorrow
@kaggle.pierrehanne_usa_trends_nutrition_activity_and_obesity
This dataset includes data on adult's diet, physical activity, and weight status from Behavioral Risk Factor Surveillance System. This data is used for DNPAO's Data, Trends, and Maps database, which provides national and state specific data on obesity, nutrition, physical activity, and breastfeeding.
CREATE TABLE nutrition_physical_activity_and_obesity_behavioral_ris_1a9fabec (
"yearstart" BIGINT,
"yearend" BIGINT,
"locationabbr" VARCHAR,
"locationdesc" VARCHAR,
"datasource" VARCHAR,
"class" VARCHAR,
"topic" VARCHAR,
"question" VARCHAR,
"data_value_unit" VARCHAR,
"data_value_type" VARCHAR,
"data_value" DOUBLE,
"data_value_alt" DOUBLE,
"data_value_footnote_symbol" VARCHAR,
"data_value_footnote" VARCHAR,
"low_confidence_limit" DOUBLE,
"high_confidence_limit" DOUBLE,
"sample_size" DOUBLE,
"total" VARCHAR,
"age_years" VARCHAR -- Age(years),
"education" VARCHAR,
"gender" VARCHAR,
"income" VARCHAR,
"race_ethnicity" VARCHAR,
"geolocation" VARCHAR,
"classid" VARCHAR,
"topicid" VARCHAR,
"questionid" VARCHAR,
"datavaluetypeid" VARCHAR,
"locationid" BIGINT,
"stratificationcategory1" VARCHAR,
"stratification1" VARCHAR,
"stratificationcategoryid1" VARCHAR,
"stratificationid1" VARCHAR
);Anyone who has the link will be able to view this.