A data-driven analysis of human resources workforce data aimed at uncovering key factors behind employee attrition and providing actionable insights for HR policies.
Project Demo: The analysis has been converted to HTML and is hosted on GitHub Pages for easy viewing.
Data Source:
Human Resources Data Set – Kaggle
This project examines historical employee data to understand attrition patterns and identify organizational and managerial drivers of turnover. The analysis focuses on:
- Understanding the main reasons employees leave the organization
- Identifying patterns in attrition based on:
- Department
- Manager
- Performance score
- Recruitment source
The goal is to provide evidence-based recommendations for HR policies that improve employee retention and reduce talent loss.
The project is structured into several stages:
-
Data Preparation
- Importing the dataset into a Jupyter Notebook
- Cleaning and preprocessing data to handle missing values and ensure consistency
-
Descriptive Analysis
- Examining termination types (voluntary vs involuntary)
- Department-level attrition analysis
- Manager-level attrition patterns
- Performance score trends
- Recruitment source performance
-
Insights and Recommendations
- Translating descriptive findings into actionable suggestions for HR sub-teams
-
Project Deployment
- Notebook converted to HTML using
nbconvert - Hosted on GitHub Pages for easy sharing
- Notebook converted to HTML using