Giter VIP home page Giter VIP logo

student-result-analysis's Introduction

Student-Result-Analysis

The project focuses on exploring and visualizing various aspects of student performance, including factors like gender, parental education, marital status, and ethnic group

Score Card

Contents

Getting Started

To run the analysis, you'll need the following libraries:

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns

You'll also need to load the dataset, which should be stored in a CSV file named "Expanded_data_with_more_features.csv."

Data Overview

The dataset contains information about students, including their gender, ethnic group, parental education, lunch type, test preparation, parental marital status, practice of sports, and more. It also includes scores in math, reading, and writing.

Data Cleaning

The analysis begins with data cleaning to handle missing values and remove unnecessary columns. The "Unnamed: 0" column is dropped, and missing values in various columns are addressed.

Exploratory Data Analysis

  • Gender Distribution: Visualizes the distribution of students by gender.
  • Parental Education: Analyzes the relationship between students' scores and their parents' education levels.
  • Parental Marital Status: Examines the correlation between students' scores and their parents' marital status.

Outlier Detection

Detects outliers in math, reading, and writing scores using box plots.

Ethnic Group Distribution

  • Calculates the number of students in each ethnic group (Group A, Group B, Group C, Group D, Group E).
  • Visualizes the distribution of students in different ethnic groups using a pie chart and bar plot.

Numerical Column Distribution

Visualizes the distribution of numerical columns (math score, reading score, writing score) using violin plots.

Contributing

Contributions and feedback are welcome. If you have ideas for improving the analysis or adding new features, feel free to create pull requests or open issues.

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.