Report Card Teacher Qualification Summary School Years 2017-18 to 2022-23
This file includes Report Card teacher qualification data for the 2017-18 through 2022-23 school years. Data is disaggregated by state, ESD, LEA, and school level. Please review the notes below for more information.
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/report-card-teacher-qualification-summary-school-3ctv-9mg7\".\"report_card_teacher_qualification_summary_school\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.