A data analysis project focused on understanding internship selection trends, candidate performance, and hiring criteria using Python and exploratory data analysis.
This project analyzes candidate data to identify factors affecting internship selection decisions.
Key objectives:
- Analyze candidate performance
- Compare selected vs rejected candidates
- Study CGPA and skill trends
- Explore project and GitHub score impact
- Visualize recruitment insights
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Jupyter Notebook
Internship-Selection-Analysis/
│
├── data/
│ ├── internship_candidates.csv
│ └── cleaned_dataset.csv
│
├── notebook/
│ └── internship_analysis.ipynb
│
└── README.mdflowchart LR
A[Candidate Dataset] --> B[Data Cleaning]
B --> C[Performance Analysis]
C --> D[Selection Comparison]
D --> E[Visualization]
E --> F[Insights]
- Selection rate analysis
- CGPA comparison
- Skill distribution analysis
- GitHub/project score analysis
- Candidate performance trends
Prepared insights useful for:
- Recruitment analytics
- Candidate evaluation
- Internship trend analysis
- Hiring dashboards
- Machine learning prediction model
- Candidate recommendation system
- Interactive dashboard creation
This project is created only for educational and analytical purposes.
Plagiarism is strictly prohibited.
⭐ If you found this project helpful, consider giving it a star!