Skip to content

Using Python (Pandas & Numpy), school district data was analyzed. The districts ninth grade data was faulty so this data had to be removed. Analysis was performed on tenth through twelfth grade data.

Notifications You must be signed in to change notification settings

nigelrowser/School_District_Analysis

Repository files navigation

School_District_Analysis

Overview

In this repository, I was tasked with performing specific analysis on the school district data using Python and Jupyter Notebook. The school district data is data gathered from fifteen schools which includes their budget, type of school, size, and much more information. Throughout my analysis, I manipulated the data in ways so I could perfrom specific analysis. In my respository, my goal was to compare the academic performance of the school district based on a single factor. In my first analysis all data from every school was used to reach my result. In my second analysis, ninth grade reading and math data from Thomas High School was removed due to the possiblilty of that data being tainted. The removed data was replaced with NaN. Below I will provide a descriptive analysis of my data.

Results

District Summary

When looking at this data a very slight noticeable change has occured between the two data results. In my first analysis you can see that the passing math and reading percentage were slightly higher then the results on stemming from the second analysis. In District Summary 1, the passing percentages were 75% and 85.8%. The overall passing percentage was also higher which came in at 65.2%. In District Summary 2, the passing percentages were 74.8% and 85.7% respectively. The overall passing percentage was 64.9%. Although removing the ninth grade data from Thomas High School didn't cause a high difference a conclusion can be made that the data from Thomas High School ninth graders boosted the percentages in reading and math.

District Summary 1 image

District Summary 2 image

School Summary

In the results before removing the ninth grade data Thomas High School was regarded as a school with high reading and math scores. Below you can see the data:

Results before removing data Screen Shot 2020-12-21 at 8 39 55 AM

Results after removing data Screen Shot 2020-12-21 at 8 45 54 AM

After the ninth grade data was removed the performance of Thomas High School plummeted. After the removal Thomas is considered a lower tier school when comparing its performance to other schools.

Summary

Major Changes

  1. The overall passing percentage for Thomas High School dropped to 65.1% after removing the ninth grade data
  2. The passing reading percentage for Thomas High School dropped to 69.7% after removing the ninth grade data

About

Using Python (Pandas & Numpy), school district data was analyzed. The districts ninth grade data was faulty so this data had to be removed. Analysis was performed on tenth through twelfth grade data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published