Report Card Teacher Program School Years 2017-18 to 2022-23
This file includes Report Card teacher information around teacher assignments by program for the 2017-18 through 2022-23 school years. Data is disaggregated by school, district, Educational Service District, and the state level. Program information includes count and percent of teachers by head count and program as well as by FTE assignment. 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-program-school-years-201718-to-cy9x-s2b2\".\"report_card_teacher_program_school_years_201718_to\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.