Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 12 months ago
Graduation Rates at Public Universities 2020-2022
4-Year, 5-Year, and 6-Year Graduation Rates at Texas Public Universities 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-universities-20202022-59bi-74ad\".\"graduation_rates_at_public_universities_20202022\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata