get_census_data
Retrieve U.S. Census data with statistical context, including estimates, margins of error, and interpretation guidance for demographic, economic, and housing statistics.
Instructions
Retrieve Census data with statistical methodology guidance.
Returns estimates, margins of error, and pragmatic context about fitness-for-use, reliability, and interpretation caveats.
Use this after grounding with get_methodology_guidance. Always review the pragmatics field before interpreting results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | Yes | Census variable codes e.g. ["B01003_001E", "B19013_001E"] | |
| state | Yes | State FIPS code e.g. "42" | |
| county | No | County FIPS code (optional) | |
| place | No | Place FIPS code (optional) | |
| tract | No | Tract code (optional). REQUIRES county to also be specified. Use '*' to enumerate all tracts in a county. | |
| year | No | Data year (default 2024) | |
| product | No | "acs5" or "acs1" (default "acs5") | acs5 |