Experienced and In-Field Teachers by Race/Ethnicity
This dataset displays state and district teacher indicators (In-Field or Experienced) 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>Selected Teacher Indicators:</B> This displays the number and percent of teachers who are licensed in the subject area(s) they teach (In-Field), as well as the number and percent of teachers who have been teaching in a Massachusetts public school for at least three years (Experienced).<I> Note: The In-Field report uses end-of-year EPIMS; the most recently available data are displayed.</I><BR>
This dataset contains the same data that is also published in the Teacher Indicators 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/experienced-and-infield-teachers-by-raceethnicity-b99t-n6jh\".\"experienced_and_infield_teachers_by_raceethnicity\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.