completion_rate_over_time
Calculate yearly completion rate of Apache podlings by dividing completed outcomes by active population. Filter by sponsor type (incubator, project, unknown) and year range to analyze incubation trends.
Instructions
Return yearly completion rate using completed outcomes divided by active population.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | HTTPS URL or local path to podlings.xml | |
| sponsor_type | No | Optional sponsor type filter, defaults to incubator: incubator, project, or unknown | |
| start_year | No | Optional inclusive start year filter | |
| end_year | No | Optional inclusive end year filter |