ESU/DPS Results (2022)
These are the results that were used to make the ESU-level summary charts for 2022 SOS. Note: 2020 included below.
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/esudps-results-2022-wmi9-irxa\".\"esudps_results_2022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.