cdc_places_health
Access county-level health data from CDC PLACES to analyze prevalence rates for obesity, diabetes, smoking, depression, and other public health indicators across U.S. counties.
Instructions
Get county-level health indicators from CDC PLACES (BRFSS-based estimates). Measures: OBESITY, DIABETES, CSMOKING (smoking), BINGE (binge drinking), BPHIGH (high BP), DEPRESSION, SLEEP (short sleep), CHD (heart disease), COPD, CANCER, STROKE, ARTHRITIS, CASTHMA (asthma), MHLTH (mental distress), PHLTH (physical distress), LPA (physical inactivity), ACCESS2 (no health insurance), DENTAL, CHECKUP, KIDNEY, HIGHCHOL, TEETHLOST, FOODINSECU (food insecurity), LONELINESS, HOUSINSECU (housing insecurity) Returns crude prevalence (%) by county.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter state code: 'NY', 'CA', 'TX'. Omit for all. | |
| measure | No | Measure ID: 'OBESITY', 'DIABETES', 'CSMOKING', 'DEPRESSION', 'BINGE', 'SLEEP', 'BPHIGH', 'LPA', 'ACCESS2', 'FOODINSECU', 'LONELINESS', 'HOUSINSECU' | |
| limit | No | Max records (default 200) |