How many projects of each team size are listed in Free Software Foundation? (05-2011)
Description
This chart shows the number of projects of each team size listed in Free Software Foundation.
Visualization
Projects listed as having 0 developers were disregarded (57 projects).
SQL Script
SELECT DISTINCT calc_dev_count, COUNT( DISTINCT proj_num ) AS count
FROM fsf_projects
WHERE datasource_id= <current>
GROUP BY calc_dev_count
ORDER BY count DESC , calc_dev_count;
Attachment | Size |
---|---|
05-11-fsf-team_size.png | 16.6 KB |
Data Resources:
- Log in to post comments