Average Roberta Willis Scholarship Aid by High School GPA
Average Average Roberta Willis Scholarship need-based grant and need-merit scholarship by school year and high school GPA. Includes data for school years 2016/2017 to 2020/2021.
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 \"ct-gov/average-roberta-willis-scholarship-aid-by-high-f3z3-j7hr\".\"average_roberta_willis_scholarship_aid_by_high\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.