Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Report Card Enrollment 2022-23 School Year, Year-End Update
This is the year-end update of Report Card enrollment data from 2022-23 school year. Data is disaggregated by school, district, and the state level and includes counts of students by the following groups: grade level, gender, race/ethnicity, and student programs and special characteristics. 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-enrollment-202223-school-year-yearend-m644-2j5h\".\"report_card_enrollment_202223_school_year_yearend\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata