Average Roberta Willis Scholarship Aid by Expected Family Contribution and Gender
Average Average Roberta Willis Scholarship need-based grant and need-merit scholarship by expected family contribution and sex. Averaged across school years 2016/2017 through 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-expected-jcjb-arcx\".\"average_roberta_willis_scholarship_aid_by_expected\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.