Skip to content

IlkayAtes11/Analysis_of_School_District_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of School District Data

Aim of this analysis is to see the trends of standardized test scores among different schools in a specific district. This project will help the authorities to understand the reasons behind the successes/failures of different schools and act accordingly in the future.

There are two data sets, which are 'schools data' and 'students data'. Before starting analysis, these two datasets were merged.

This school district has 15 schools (7 district public, 8 charter) and 39,170 students who are attending to these schools. The school district has total budget of $24,649,428.

Trends

  • District summary table shows that average reading test scores are higher than average math scores.

  • There is negative relationship between test scores and school budgets. This area needs further investigation about the reason behind this trend. This analysis shows us that more money is not the basic motive behind the success.

  • There is negative relationship between test scores and school size. From this finding, we can infer that there is an improvement opportunity for school district by thinking about investments on new school constructions which will help to decrease the number of students per school.

  • Charter Schools have higher average test scores than distict-public schools in all metrics. When we sort the school summary table according to total number of students, we can see that charter schools are the schools with least number of students. Therefore, charter schools success will come from their size.

  • Stating data with visual tools, like graphs, will help us to understand the trends more easily. Moreover, before reaching to conclusion about trends, it will be a good idea to look at the statistical significances of the differences between test scores in terms of many different metrics.

Analysis

District Summary

Dataframe includes:

  • Total 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)

District Summary

School Summary

Data Frame includes below 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 (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)

School Summary

Highest-Performing Schools (by % Overall Passing)

DataFrame highlights the top-5 performing schools based on % Overall Passing. Includes the following metrics:

  • School name
  • School type
  • Total students
  • Total school budget
  • Per student 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)

Top Performing Schools

Lowest-Performing Schools (by % Overall Passing)

DataFrame highlights the bottom-5 performing schools based on % Overall Passing. Includes the following metrics:

  • School name
  • School type
  • Total students
  • Total school budget
  • Per student 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)

Bottom Performing Schools

Math Score by Grade

This dataframe lists the average math score for students of each grade level (9th, 10th, 11th, 12th) at each school.

Math Score by Grade Level

Reading Score by Grade

This dataframe lists the average reading score for students of each grade level (9th, 10th, 11th, 12th) at each school.

Reading Scores by Grade Level

Scores by School Spending

This dataframe breaks down school performance based on average spending ranges (per student) and includes the following metrics:

  • 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)

Scores by School Spending

Scores by School Size

This table breaks down school performance based on school size (small, medium, or large).

Scores by School Size

Scores by School Type

This table breaks down school performance based on school type (district public or charter)

School Type

About

UCI DA Bootcamp Assignment 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published