Educator Licensure by Race/Ethnicity
This dataset displays educator licensure data by race and ethnicity with rows for different years. It was created as part of a dashboard supporting the Massachusetts Department of Elementary and Secondary Education's commitment to provide all students with a racially diverse and culturally responsive educator workforce.<BR>
<B>Educator Licensure:</B> This displays the number and percent of individuals who were issued an emergency, provisional, and initial license within the school year (September 1 to August 31).<BR>
This dataset contains the same data that is also published in the Educator Licensure table on our <a href="https://app.powerbigov.us/view?r=eyJrIjoiNGQ2NmM5ZGItZjgyNS00ZjEyLWEyYmMtZDBkZGQxMWJiMTFlIiwidCI6IjNlODYxZDE2LTQ4YjctNGEwZS05ODA2LThjMDRkODFiN2IyYSJ9"target="_blank" rel="noopener noreferrer">Educator 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/educator-licensure-by-raceethnicity-ky22-vsgr\".\"educator_licensure_by_raceethnicity\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.