Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/priyadarshinijain/students-score-analysis

Student Scores Data Analysis
https://github.com/priyadarshinijain/students-score-analysis

python visualization

Last synced: 6 days ago
JSON representation

Student Scores Data Analysis

Awesome Lists containing this project

README

        

# Students-Score-Analysis
This project analyzes student performance data by gender using Python's data analysis and visualization libraries, including pandas, seaborn, and matplotlib.
The primary goal is to understand how various factors affects student performance in different subjects (Math, Reading, Writing).

# Project Overview
This project includes the following key steps:

Data Loading:
The dataset is loaded using pandas, and basic exploratory data analysis (EDA) is performed to understand its structure.

Data Cleaning:
Unnecessary columns are removed, and missing values are handled.

Data Visualization:
Various plots are created to analyze the distribution of students based on gender and their average performance in Math, Reading, and Writing subjects.

Statistical Analysis: The dataset is grouped by gender to calculate and visualize the average scores for each subject.

# Features
Gender-wise analysis of student scores.
Data visualization using seaborn and matplotlib.
Grouping of data for statistical insights into gender-based performance differences.

# Libraries Used
pandas: Data manipulation and analysis.

matplotlib: Data visualization.

seaborn: Statistical data visualization.

numpy: Numerical operations.

# Dataset
The dataset used in this analysis is Expanded_data_with_more_features.csv, which contains the following key fields:
Gender: Gender of the students.

MathScore, ReadingScore, WritingScore: Scores in respective subjects.

Parent's education background

Parent's Marital status

Weekly study hours

Students having sibilings

# License
This project is licensed under the MIT License.