Graduation Rates at Public 2-Year Institutions 2020-2022
3-Year, 4-Year, and 6-Year Graduation Rates at Texas Public 2-Year Institutions 2020-2022. For additional years and the latest downloadable data, use the Accountability Interactive tool at: http://www.txhigheredaccountability.org/AcctPublic/InteractiveReport/ManageReports.
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 \"texas-gov/graduation-rates-at-public-2year-institutions-564z-dvx9\".\"graduation_rates_at_public_2year_institutions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.