In this project, I analyzed school data and district-wide standardized test results to showcase obvious trends in school performance.
- DataFrame that summarizes district's key metrics:
- Total number of unique schools
- Total students
- Total budget
- Average math score
- Average reading score
- % passing math (the percentage of students who passed math)
- % passing reading (the percentage of students who passed reading)
- % overall passing (the percentage of students who passed math AND reading)
- DataFrame that summarizes key metrics about each school:
- School name
- School type
- Total students
- Total school budget
- Per student budget
- Average math score
- Average reading score
- % passing math
- % passing reading
- % overall passing
- Lists of schools ranked by % overall passing
- Analysis of math scores by grade level
- Analysis of reading scores by grade level
- Analysis of scores based on school spending
- Analysis of scores based on school size
- Analysis of scores based on school type
- Python
- Pandas
- Jupyter Notebook