Report Card Student Access To Educators Summary
This file includes Report Card summary data on Student Access to Educators for the 2017-18 through 2019-20 school years. Data is disaggregated by school, district, and the state level. Student access rates to teachers by teacher qualification are provided for student groups and characteristics and by student race/ethnicity. Teacher qualifications included are: Inexperienced, experienced, limited-certificated, fully-certificated, out-of-field, and in-field. 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-student-access-to-educators-summary-fbtu-87pv\".\"report_card_student_access_to_educators_summary\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.