Special Education Program Characteristics and Student Demographics
This dataset contains special education program characteristics and student demographics since 2019. It is a long file that contains multiple rows for each district, with rows for different years and indicators. For definitions of each indicator, please visit the <a href="https://app.powerbigov.us/view?r=eyJrIjoiZjRjOGUyNDAtOGMzMi00NzY2LWFhMzQtMDQwZmJmYjEyZTBjIiwidCI6IjNlODYxZDE2LTQ4YjctNGEwZS05ODA2LThjMDRkODFiN2IyYSJ9" target="_blank" rel="noreferrer noopener">RADAR Special Education Dashboard</a>.
Resource Allocation and District Action Reports (RADAR) enable district leaders to compare their staffing, class size, special education services, school performance, and per-pupil spending data with similar districts. They are intended to support districts in making effective strategic decisions as they develop district plans and budgets.
This dataset is one of five containing the same data that is also published in the <a href="https://app.powerbigov.us/view?r=eyJrIjoiZjRjOGUyNDAtOGMzMi00NzY2LWFhMzQtMDQwZmJmYjEyZTBjIiwidCI6IjNlODYxZDE2LTQ4YjctNGEwZS05ODA2LThjMDRkODFiN2IyYSJ9" target="_blank" rel="noreferrer noopener">RADAR Special Education Dashboard</a>:
<a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/Special-Education-Program-Characteristics-and-Stud/n62c-bx65/about_data" target="_blank" rel="noreferrer noopener">Special Education Program Characteristics and Student Demographics</a>
<a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/Special-Education-Placement-Trajectory/92x3-2qj9/about_data" target="_blank" rel="noreferrer noopener">Special Education Placement Trajectory</a>
<a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/Students-Moving-In-and-Out-of-Special-Education-Se/8aww-sugs/about_data" target="_blank" rel="noreferrer noopener">Students Moving In and Out of Special Education Services</a>
<a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/Special-Education-Indicators/yamx-769q/about_data" target="_blank" rel="noreferrer noopener">Special Education Indicators</a>
<a href="https://educationtocareer.data.mass.gov/Assessment-and-Accountability/Special-Education-Student-Progression-from-High-Sc/cdfp-645n/about_data" target="_blank" rel="noreferrer noopener">Special Education Student Progression from High School through Postsecondary Education</a>
<b>List of Indicators</b>
<ul><li>Enrollment</li><li>Gradespan</li><li>Race/Ethnicity</li><li>Gender</li><li>EL and Low Income/Economically Disadvantaged</li><li>In District/Out of District</li><li>Placement</li><li>Disability Type</li><li>Special Education FTEs per 100 SWDs</li></ul>
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/special-education-program-characteristics-and-n62c-bx65\".\"special_education_program_characteristics_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.