wa-gov/pchees-dashboard-graduation-continuation-98ng-jhtx
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 4 hours ago

PCHEES Dashboard - Graduation / Continuation

Continuation and graduation rates for various groups of students. The latest year displayed (AY 2019-20) includes enrollment data but does not include completions. It is likely that a portion of the "Not Found" students will move to the "Graduated" category when that data becomes available.

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 \"wa-gov/pchees-dashboard-graduation-continuation-98ng-jhtx\".\"pchees_dashboard_graduation_continuation\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • pchees_dashboard_graduation_continuation
     
     
     
     
     
Upstream Metadata