Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 2 hours ago
Student Assessment Participation
This file contains the number of eligible students, tested students, and the corresponding participation rate for the key annual assessments administered during a given school year.
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 \"delaware-gov/student-assessment-participation-ka5f-y8sy\".\"student_assessment_participation\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata