Report Card Principals and Other School Leaders by School Title I Served Status School Years 2017-18 to 2022-23
This file includes Report Card principals and other school leaders experience status by school Title I served status 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-principals-and-other-school-leaders-by-eazx-7xmg\".\"report_card_principals_and_other_school_leaders_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.