Skip to content

forkanaminshaon/Python_Libraries_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Python_Libraries_Projects

πŸŽ“ Student Performance Data Analysis with Pandas & Matplotlib

Project Overview

This project demonstrates how to analyze and visualize a large, realistic student dataset using Python libraries such as Pandas, NumPy, and Matplotlib.
It includes data cleaning, feature engineering, encoding, and multiple visualizations to uncover insights into student performance.


Key Objectives

  • Create a synthetic dataset for 1000 students.
  • Clean and preprocess data (handle duplicates, missing values).
  • Generate meaningful new columns for better analysis.
  • Encode categorical data for numerical processing.
  • Visualize performance trends across different departments.

Libraries Used

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published