ECEAP & Head Start Take Up Dashboard
This data is a summary data set from the ECEAP and Head Start Take Up Dashboard. The dashboard illustrates the number of eligible families who “take up” ECEAP or Head Start preschool slots. It shows the number of children served by ECEAP or Head Start as a proportion of the selected population filters. https://www.dcyf.wa.gov/practice/oiaa/reports/early-learning-dashboards/eceap-headstart-dashboard
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/eceap-head-start-take-up-dashboard-6ra4-baac\".\"eceap_head_start_take_up_dashboard\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.