Statewide CMT 3rd Grade Reading And Math: 2007-2013
This dataset contains the percentage of students achieving goal in reading and mathematics on the 3rd grade Connecticut Mastery Test (CMT) for the years 2007-2013. Data are disaggregated by various subgroups including race/ethnicity, special education, free and reduced price lunch eligibility, and English language learner (ELL) status.
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 \"ct-gov/statewide-cmt-3rd-grade-reading-and-math-20072013-35yf-wvfp\".\"statewide_cmt_3rd_grade_reading_and_math_20072013\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.