This project analyzes the ABC Company employee dataset using Python.
- Data preprocessing (cleaning missing and inconsistent values)
- Height values replaced with random numbers between 150β180 cm
- Employee distribution by Team and Position
- Predominant Age Group analysis
- Salary expenditure by Team and Position
- Correlation analysis between Age and Salary
- Visualizations using Matplotlib and Seaborn
- Python (Pandas, NumPy)
- Matplotlib
- Seaborn
Python_Module_End_Project.ipynbβ main notebookABC.csv.csvβ dataset
A complete data report showing patterns in ABC Companyβs workforce and salary structure.