graduation_time_over_time
Compute yearly mean incubation time for graduated Apache podlings, filtered by sponsor type and date range, to track graduation trends.
Instructions
Return yearly average incubation time for graduated podlings based on start and end dates.
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 |