Report Card English Learner Assessment Data 2022-23 School Year
This file includes Report Card English Learner Assessment data from the 2022-2023 school year. Data is disaggregated by school, district, and the state level and includes counts of students by the following group: grade level.
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-english-learner-assessment-data-202223-43ir-hnt6\".\"report_card_english_learner_assessment_data_202223\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.