CTE Perkins Concentrators 2022 Cohort
District-level outcomes data for the 2022 Cohort of CTE Concentrators. Outcomes are aligned to the Perkins V Indicators of Performance established by the U.S. Department of Education. Overall district outcomes are reported along with outcomes for specific student sub-groups. Please consult the dataset metadata for additional information and a description of the business rules applied when creating this file.
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/cte-perkins-concentrators-2022-cohort-54b5-qypa\".\"cte_perkins_concentrators_2022_cohort\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.