get_education_data_summary
Retrieve and aggregate education data by specifying level, source, topic, and summary statistics. Analyze school, district, and university metrics with optional filters and groupings.
Instructions
Retrieve aggregated education data from the Urban Institute's Education Data API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Variables to group results by | |
filters | No | Optional query filters | |
level | Yes | API data level to query | |
source | Yes | API data source to query | |
stat | Yes | Summary statistic to calculate (e.g., 'sum', 'avg', 'count', 'median') | |
subtopic | No | Optional additional parameters (only applicable to certain endpoints) | |
topic | Yes | API data topic to query | |
var | Yes | Variable to be summarized |