Strategic Measure_Number and percentage of students attending schools rated as "F” by the Texas Education Agency
Austin Public Health, using Texas Education Agency data, is measuring the percentage of students attending schools with an "F" rating. The ratings are determined by the Texas Education Agency. The city uses this information for individual school performance measurement. This data set is intended to power visualizations for related measures in the strategic plan.
One strategic measure is reported using this data set.
View more details and insights related to this data set on the story page:
https://data.austintexas.gov/stories/s/b9ik-7u7k
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-students-4zte-y74h\".\"strategic_measurenumber_and_percentage_of_students\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.