CARES Act Financial Aid for Technical College Students
This dataset contains counts of technical college students receiving CARES Act Financial Aid by school.
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 \"internal-open-piercecountywa-gov/cares-act-financial-aid-for-technical-college-xydd-cds4\".\"cares_act_financial_aid_for_technical_college\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.