Graduation Information by Board
Graduation Information arranged by School Board; the percentage of the number of students receiving a High School Graduation Diploma compared to the number of students in grade 9 three years earlier.
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 \"novascotia-ca/graduation-information-by-board-fmxh-aef7\".\"graduation_information_by_board\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.