Looking at Baltimore City Public School Enrollment Data in 2019 and 2020
All original data files were pulled from the Maryland State Department of Education website:
- 2019 Enrollment Data: enrollment for every school in the MD state public school system in 2019
- 2020 Enrollment Data: enrollment for every school in the MD state public school system in 2020
Used Python and Google Colaboratory to conduct analysis
- 2020_11_03_bcpss_enrollment_2020_melanieshimano.ipynb: code from video examples to calculate and visualize the percent change in enrollment in Baltimore City Public Schools
- 2020_11_03_bcpss_enrollment_comments_only_melanieshimano.ipynb: a Google Colaboratory notebook with only comments to make it easier to input code and follow along with video tutorials
- 2020-11-03-bcpss-enrollment-aggregation-melanieshimano.ipynb: a Google Colaboratory notebook to aggregate data and do pivot tables with Python