get_population
Retrieve population statistics for US states and counties from the American Community Survey to analyze demographic data.
Instructions
Get population data for a US state or county.
Args:
state: Two-letter state code (e.g., 'CA', 'TX') or state FIPS code
county: Optional county name or FIPS code
Returns:
Population statistics from the American Community Survey
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| county | No |