everettwa-gov/high-school-graduation-rates-ntyw-fzfx
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 11 months ago

High School Graduation Rates

The number of students graduating on time (after four years of high school), as a percentage of their cohort.

Data is available from: https://www.k12.wa.us/data-reporting/data-portal?combine=report%20card%20graduation.

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 \"everettwa-gov/high-school-graduation-rates-ntyw-fzfx\".\"high_school_graduation_rates\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • high_school_graduation_rates