Student Progression from High School through Postsecondary Education
The District Analysis and Review Tools (DARTs) offer snapshots of district and school performance, allowing users to easily track select data elements over time, and make sound, meaningful comparisons to the state or to "comparable" organizations. The waterfall data shows a cohort of high school students and their progression through high school graduation, college enrollment and persistence in higher education to a second year or college completion.
This is a companion dataset to the <a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/DART-Success-After-High-School/adqe-6sht" target="_blank" rel="noreferrer noopener">main DART: Success After High School dataset</a>. It contains two indicators published separately from the main dataset since the data are in a different format: "Student progression from high school through second year of postsecondary education" and "Student progression from high school through postsecondary degree completion". For all other DART: Success After High School indicators, please visit the <a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/DART-Success-After-High-School/adqe-6sht" target="_blank" rel="noreferrer noopener">main DART: Success After High School dataset</a>.
This dataset contains the same data that is also published on our DART Detail:
<a href="https://app.powerbigov.us/view?r=eyJrIjoiY2E5YTI3MDctNTNkNi00OTRmLTkyNzEtMmMzODNmYzUyZmQxIiwidCI6IjNlODYxZDE2LTQ4YjctNGEwZS05ODA2LThjMDRkODFiN2IyYSJ9" target="_blank" rel="noreferrer noopener">Success After High School Online Dashboard</a>
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 \"educationtocareer-data-mass-gov/student-progression-from-high-school-through-sg4g-eg2n\".\"student_progression_from_high_school_through\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.