Giter VIP home page Giter VIP logo

pandas-challenge's Introduction

pandas-challenge

Penn Data Science Bootcamp Module 4 Challenge

Analyze district-wide standardized test results from 15 schools.

Performed the necessary calculations and then created a high-level snapshot of the district's key metrics in a DataFrame.

Includes the following:

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)

Performed the necessary calculations and then created a DataFrame that summarizes key metrics about each school.

Includes the following:

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)

Sorted the schools by % Overall Passing in descending order and display the top 5 rows. Saved the results in a DataFrame called "top_schools". Sorted the schools by % Overall Passing in ascending order and display the top 5 rows. Saved the results in a DataFrame called "bottom_schools".

Performd the necessary calculations to create a DataFrame that lists the average math score for students of each grade level (9th, 10th, 11th, 12th) at each school and repeated for the average reading score for students in each grade level.

Create a table that breaks down school performance based on average spending ranges (per student). Used the scores above to create a DataFrame called spending_summary.

Includes the following metrics in the table:

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)

Use pd.cut on the "Total Students" column of the per_school_summary DataFrame. Create a DataFrame called size_summary that breaks down school performance based on school size (small, medium, or large).

pandas-challenge's People

Contributors

cyberkatie avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.