Strategic Measure_Number and percentage of children enrolled in quality Early Education programs (as evidenced by meeting Texas Rising Star criteria)
This data set shows the number and percentage of children enrolled in quality early childhood education programs in the City of Austin as evidenced by meeting Texas Rising Star (TRS) critera. The TRS criteria can be viewed here: https://texasrisingstar.org/about-trs/trs-guidelines/
The data is from the Workforce Solutions Capital Area Workforce Board agency that oversees the TWIST database that contains the data used here: https://www.twc.texas.gov/childcarenumbers/Capital_Area_Workforce_Development_Board_annual.html
View more details and insights related to this data set on the story page:
https://data.austintexas.gov/stories/s/sube-u7vs
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 \"datahub-austintexas-gov/strategic-measurenumber-and-percentage-of-children-gxny-rfsc\".\"strategic_measurenumber_and_percentage_of_children\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.