This exercise requires the use of pandas library and Jupyter Notebook to output the schools and students results based on schools_complete.csv and students_complete.csv files from the Resources folders. The final reports should include the following summary information belonging to both schools and students:
* District Summary
* School Summary
* Top Performing Schools (By % Overall Passing)
* Bottom Performing Schools (By % Overall Passing)
* Math Scores by Grade**
* Reading Scores by Grade
* Scores by School Spending
* Scores by School Size
* Scores by School Type
Python 3.8.5
-
Download and extract the zip file
-
Open Terminal (on Mac) or Open Bash (on PC)
-
Navigate to the PyCitySchools folder
-
Open the PyCitySchools_starter.ipynb file
-
Run each segment of the file to retrieve those summary described above.