This project presents a data-driven analysis of factors influencing the employability of engineering students. Using exploratory data analysis (EDA), the project examines how academic performance, technical skills, and communication skills collectively impact placement outcomes.
The objective is to identify key skill gaps and provide insights into which attributes contribute most significantly to employability beyond academic scores alone.
Academic performance is often considered the primary determinant of student placements. However, employers increasingly evaluate candidates based on a combination of technical proficiency, soft skills, and practical exposure.
This project aims to analyze:
- The relationship between academic performance (CGPA) and placement outcomes
- The impact of coding skills on employability
- The role of communication skills in securing placements
The dataset contains structured information related to engineering students, including:
- Academic performance (CGPA)
- Technical skill level (coding proficiency)
- Communication skill level
- Placement status
- Salary category (where applicable)
Dataset file:
data/student_employability_data.csv
- Python
- Pandas
- NumPy
- Matplotlib
- Jupyter Notebook
- Git & GitHub
The following analyses were conducted:
- Dataset structure inspection and summary statistics
- Distribution analysis of placement outcomes
- CGPA vs Placement comparison
- Coding skill vs Placement analysis
- Communication skill vs Placement analysis
Visualizations were used extensively to identify patterns and relationships within the data.
-
Academic performance alone does not guarantee placement
While CGPA plays a role in employability, there is significant overlap between placed and non-placed students, indicating that academics alone are not sufficient. -
Coding skills significantly improve employability
Students with higher coding proficiency demonstrate better placement outcomes, even when academic scores are moderate, highlighting the importance of technical skills. -
Communication skills enhance placement outcomes
Strong communication skills positively influence employability, emphasizing the value of soft skills alongside technical knowledge.
The analysis demonstrates that employability is influenced by a combination of academic performance, technical skills, and communication skills. Candidates with balanced skill sets are better positioned to secure placements compared to those relying solely on academic achievements.
These findings highlight the importance of holistic skill development for improving employment outcomes.
- Clone the repository:
git clone https://github.com/NarayanKabra21/skill-gap-employability-analysis.git