College and Career Readiness Indicators Current, Annual, Education
These data describe the percentages of students that attained specific education milestones and objectives. The indictor-level definitions can be found here: <a href="https://futurereadypa.org/Home/Glossary">Future Ready Glossary</a>
The Industry Based measured are for the 2020-2021 school year, and all other measures are for the 2018-2019 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 \"pa-gov/college-and-career-readiness-indicators-current-q278-hrmk\".\"college_and_career_readiness_indicators_current\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.