Skip to content

davescudero/School_District_Analysis.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

School District Analysis.

Overview of the project

A school board has notified evidence of academic dishonesty; specifically, reading and math grades for Thomas High School ninth graders appear to have been altered, so they have asked me to replace the math and reading scores for Thomas High School with NaNs while keeping the rest of the data intact, and repeat the analysis using Jupyter Notebook, Pandas and Python to make sure everything is fine.

Resources

Data Source: PyCitySchools Software: Python, Jupiter Notebook, Pandas, VSC

Analysis and Results

We had to cleanup the data and replace reading and math scores for the ninth grade at Thomas High School with NaNs.

programa_1 programa_2 programa_3

  1. How is the district summary affected?
  • The only change is a little drop in math average between the two analyses

district_summary_1 district_summary_2

  1. How is the school summary affected?
  • Both math and reading scores drop so THS is in the bottom
  1. How does replacing the ninth graders’ math and reading scores affect Thomas High School’s performance relative to the other schools?
  • THS´s scores made THS the 7th highest score insted of top 5

school_summary_1 school_summary_2

  1. How does replacing the ninth-grade scores affect the following:
  • Math and Reading scores by grade:
    • THS ninth math grades were higher compared with other schools before the cleanup

math_scores reading_scores

  • Scores by school spending:

    • It gets to 63% overall passing percentage

    spending_1

  • Scores by school size:

    • It gets to 91% overall passing percentage

    size_1

  • Scores by school type:

    • It gets to 90% overall passing percentage

    type_1

Summary

  1. 9th graders arent the highest overall but they do balance out compared to the other grades
  2. THS scores fell if we remove those scores
  3. THS cant compete with other schools
  4. In general without those grades district summary doesnt change that much.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published