Student mobility data from the Maryland State Department of Education (MSDE). A subset of the marylandedu::msde_student_mobility dataset.
Format
A data frame with 5586 rows and 14 variables:
yearSchool or academic year for enrollment count, e.g. 2019 data is from the start of the 2019-2020 school year.
school_numberSchool number as integer (0 indicates all schools)
school_nameSchool name
school_typeSchool type (e.g. Elementary, Middle, High)
mobile_pctStudent total mobility rate
entry_pctStudent entry mobility rate
exit_pctStudent exit mobility rate
mobile_countSudent entry and exit count
entry_countStudent entry count
exit_countStudent exit count
avg_enrolled_countAverage daily student enrollment.
date_createdDate record created.
lss_numberLocal school system (LSS) number as integer. NA is used in place of a LSS number for statewide data. Older LEA numbers are combined with LSS numbers in this dataset.
lss_nameLocal school system (LSS) names (typically same as county name). "State" is used in place of a LSS name for statewide data. Older LEA names are combined with LSS names in this dataset.