Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 2 hours ago
Nova Scotia Examination Results by year and board - Français 10
Provides examination results for Reading (scaled score and performance level) and Writing (performance level for four components of writing) for each year examination has been administered. Consult plans.ednet.ns.ca for more information on the examinations.
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/nova-scotia-examination-results-by-year-and-board-nxff-k9dy\".\"nova_scotia_examination_results_by_year_and_board\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata