Performance Metrics - City Colleges of Chicago - Graduation Rates
The U.S. Department of Education’s graduation rate, which is reported through the Integrated Postsecondary Education Data System (IPEDS), is a nationally recognized and commonly used metric in higher education. Graduation rate is calculated as the percentage of first‐time, full‐time, degree/certificate seeking students that complete a CCC program within 150% of the estimated time it takes to complete the program.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"cityofchicago/performance-metrics-city-colleges-of-chicago-vvxi-nsph\".\"performance_metrics_city_colleges_of_chicago\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.