filter_data
Filter public health datasets by state, date range, demographics, and conditions to extract specific metrics from authoritative sources like CDC and Epic Cosmos.
Instructions
Filter PopHIVE datasets by various criteria (state, date range, demographics)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset to filter | |
| state | No | State code (e.g., CA, TX, NY) or state name | |
| start_date | No | Start date for filtering (YYYY-MM-DD) | |
| end_date | No | End date for filtering (YYYY-MM-DD) | |
| age_group | No | Age group to filter by (e.g., "0-2 years", "18-64", "65+") | |
| condition | No | Health condition or metric to filter by |