PCHEES Dashboard - Time to Degree
Length of time in years a student takes to complete a bachelor's degree. Because this is calculated using calendar months, some groups' time to degree is less than four years. For example, a student starting in September 2007 and graduating in June 2011 takes 3.75 years to graduate.
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 \"wa-gov/pchees-dashboard-time-to-degree-wmk5-euti\".\"pchees_dashboard_time_to_degree\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.