HR Analytics can be used to gain insights into various aspects of workforce
management and performance using the existing employee data. Here are
some key HR analytics that you can create based on your dataset:
1. Attrition Analysis
 Attrition Rate: Measure the percentage of employees leaving the
organization over a specific period.
 Voluntary vs. Involuntary Attrition: Differentiate between employees
who left voluntarily and those who were terminated.
 Attrition by Demographics: Analyze attrition by gender, age, location,
business function, etc.
2. Diversity and Inclusion Analysis
 Gender Diversity: Calculate the percentage of male and female
employees across various roles, departments, and levels.
 Age Diversity: Analyze the age distribution of employees to understand
the generational mix within the organization.
 Educational Qualification Analysis: Assess the diversity in educational
qualifications across different roles and departments.
3. Workforce Composition Analysis
 Headcount by Department/Function: Analyze the distribution of
employees across different business functions or departments.
 Role-based Distribution: Examine the distribution of employees across
various roles within the organization.
 Location-based Distribution: Analyze the number of employees in
different locations, states, or regions.
4. Compensation Analysis
 CTC Distribution: Analyze the distribution of CTC (Cost to Company)
across different roles, functions, and locations.
 Gender Pay Gap: Compare the average CTC of male and female
employees in similar roles to identify any pay gaps.
 Compensation by Experience: Analyze how CTC varies with years of
experience.
5. Employee Tenure Analysis
 Average Tenure: Calculate the average tenure of employees in the
organization.
 Tenure by Role/Function: Analyze how the average tenure varies across
different roles, functions, or locations.
 Early Leavers Analysis: Identify employees who left within a short period
after joining and analyze common characteristics.
6. Recruitment Analysis
 Hiring Trends: Analyze hiring trends over time, such as the number of
hires per month or quarter.
 Source of Hire Analysis: If data is available, analyze the effectiveness of
different recruitment sources.
 Time to Fill Positions: Calculate the average time taken to fill positions
across different roles or departments.
7. Employee Performance and Productivity
 Promotion Rates: Analyze the rate at which employees are promoted
within the organization.
 Performance Rating Analysis: If performance ratings are available,
analyze the distribution of ratings across departments, roles, or
demographics.
 Training Effectiveness: If training data is available, analyze the impact of
training on employee performance or promotion rates.
8. Employee Engagement and Satisfaction
 Survey Analysis: If employee engagement or satisfaction survey data is
available, analyze the results to identify areas for improvement.
 Retention Drivers: Analyze factors that contribute to higher retention
rates, such as career development opportunities, compensation, or work-
life balance.
9. Retirement Planning
 Retirement Forecasting: Analyze the number of employees approaching
retirement age and plan for succession.
 Impact of Retirements: Assess the potential impact of upcoming
retirements on various departments and roles.
10. Leave and Absence Management
 Leave Patterns: Analyze leave patterns across different roles, functions,
or demographics.
 Absenteeism Rate: Calculate the absenteeism rate and identify trends or
areas of concern.
11. Location and Regional Analysis
 Employee Distribution by Region: Analyze the distribution of employees
across different regions or states.
 CTC by Location: Compare compensation packages across different
locations to identify any disparities.
 Attrition by Location: Identify if certain locations have higher attrition
rates.
12. Succession Planning
 Leadership Pipeline: Analyze the current pool of employees for potential
leadership roles.
 Successor Identification: Identify potential successors for critical roles
based on tenure, performance, and other factors.
13. Health and Well-being
 Health Insurance Utilization: If data is available, analyze the utilization
of health insurance benefits.
 Employee Assistance Program (EAP) Usage: If applicable, analyze the
usage of EAP services to identify any trends in employee well-being.
Tools and Techniques:
 Power BI/Tableau: For creating interactive dashboards and
visualizations.
 Excel: For quick data analysis, pivot tables, and basic charts.
 R/Python: For advanced statistical analysis, machine learning, and
predictive modeling.
These analytics will help HR professionals make data-driven decisions, improve
employee engagement, optimize talent management, and enhance overall
organizational performance.
To calculate the attrition rate based
on the provided data, you can use
the following formula:
Attrition Rate Formula:
Attrition Rate=(Number of Employees who LeftAverage Number of Employees)×
100text{Attrition Rate} = left(frac{text{Number of Employees who Left}}{
text{Average Number of Employees}}right) times
100Attrition Rate=(Average Number of EmployeesNumber of Employees who Le
ft)×100
Where:
 Number of Employees who Left: This is the number of employees who
have a "Last Working Days" date in the dataset.
 Average Number of Employees: This is the average number of
employees over a specific period. It can be calculated as the average of
the number of employees at the start and the end of the period.
Steps to Calculate Attrition Rate:
1. Count the Number of Employees who Left:
o Filter the dataset for records where the "Last Working Days"
column is not empty.
o Count these records.
2. Calculate the Average Number of Employees:
o Find the total number of employees at the start of the period
and the end of the period.
o The average number of employees can be calculated as:
Average Number of Employees=(Number of Employees at the S
tart+Number of Employees at the End)/2
3. Apply the Attrition Rate Formula:
o Use the formula to calculate the attrition rate.
Example Using Excel:
Assume you have the following data in Excel:
Employee
ID
Employee
Name
Last Working
Days
1 John Doe 01-02-2023
2 Jane Smith
3 Mike Johnson 15-06-2024
... ... ...
1. Step 1: Calculate the Number of Employees who Left:
o Use a formula to count non-empty "Last Working Days":
excel
Copy code
=COUNTIF("Last Working Days Range", "<>")
2. Step 2: Calculate the Average Number of Employees:
o Assuming you have a total number of employees as 1000:
o Use a formula:
excel
Copy code
=1000
3. Step 3: Apply the Attrition Rate Formula:
o Calculate attrition rate:
excel
Copy code
= (Number of Employees who Left / 1000) * 100
Python Implementation:
If you want to calculate the attrition rate using Python with your current
dataset:
python
Copy code
import pandas as pd
# Load the dataset
df = pd.read_excel("path_to_your_file.xlsx")
# Calculate the number of employees who left
employees_left = df['Last Working Days'].notna().sum()
# Total number of employees
total_employees = len(df)
# Attrition rate calculation
attrition_rate = (employees_left / total_employees) * 100
print(f"Attrition Rate: {attrition_rate:.2f}%")
This will give you the attrition rate based on your dataset.

More Related Content

DOCX
Assianment_Job Analysise-F
PPT
HUMAN RESOURCES MANAGEMENT Job_Analysis.ppt
PPTX
Job Analysis
PPT
Data Collection Presentation
DOC
dessler_hrm13_im_044444444444444444444444444444
PDF
03-Job-Analysis-Designjobdescriptionjon specifications
Assianment_Job Analysise-F
HUMAN RESOURCES MANAGEMENT Job_Analysis.ppt
Job Analysis
Data Collection Presentation
dessler_hrm13_im_044444444444444444444444444444
03-Job-Analysis-Designjobdescriptionjon specifications

Similar to HR Analytics can be used to gain insights into various aspects of workforce management and performance using the existing employee data.docx (20)

PPTX
human_resource_planning (1).pptx
PDF
Dr. Priyameet Kaur Keer: Emergence of HR Analytics
PPT
Human resource _planning_2
PPT
Job analysis
DOCX
STUDeNT WORKBOOK Designing A Pay Structure .docx
DOCX
STUDeNT WORKBOOK Designing A Pay Structure .docx
PPTX
How to Calculate Attrition Rate in Excel
DOCX
Stu de nt workbook designing a pay structure
DOCX
STUDeNT WORKBOOK Designing A Pay Structure45©2008 SHRM.docx
PPTX
Hr analytics
PPTX
Hr analytics 2
PDF
2 ADMSDM HR Analytics_Analitika.pdf
PPTX
Job.Description.Writing.Project.human.resources.pptx
DOCX
STRATEGIC JOB ANALYSIS AND COMPETENCY MODELINGDr. Haze
DOCX
Job analysis ccp
PDF
How to make a slalary structure
PPTX
Human Capital Analytics 2.2016
PPTX
Job description.pptx
PPTX
Job Analysis.pptx human resources management
PDF
HRA.pdfffffffffffffffffffffffddddddddxxx
human_resource_planning (1).pptx
Dr. Priyameet Kaur Keer: Emergence of HR Analytics
Human resource _planning_2
Job analysis
STUDeNT WORKBOOK Designing A Pay Structure .docx
STUDeNT WORKBOOK Designing A Pay Structure .docx
How to Calculate Attrition Rate in Excel
Stu de nt workbook designing a pay structure
STUDeNT WORKBOOK Designing A Pay Structure45©2008 SHRM.docx
Hr analytics
Hr analytics 2
2 ADMSDM HR Analytics_Analitika.pdf
Job.Description.Writing.Project.human.resources.pptx
STRATEGIC JOB ANALYSIS AND COMPETENCY MODELINGDr. Haze
Job analysis ccp
How to make a slalary structure
Human Capital Analytics 2.2016
Job description.pptx
Job Analysis.pptx human resources management
HRA.pdfffffffffffffffffffffffddddddddxxx
Ad

More from Sanjeev Banerjee (11)

PPT
Presentations-Tips.ppt
PPTX
prezi_2.pptx
PPTX
A Brief History of Cloud Computing.pptx
PPTX
Evolution of the Cloud.pptx
PPTX
Learning Photoshop.pptx
PPTX
Day5.pptx
PPTX
Innovative reconditioning of degaussing system INS Betwa IDDQC2022.pptx
PPTX
Chapter_9.pptx
PPTX
SDLC.pptx
PPTX
Difference Between Power BI and Tavleau.pptx
PPTX
Day1.pptx
Presentations-Tips.ppt
prezi_2.pptx
A Brief History of Cloud Computing.pptx
Evolution of the Cloud.pptx
Learning Photoshop.pptx
Day5.pptx
Innovative reconditioning of degaussing system INS Betwa IDDQC2022.pptx
Chapter_9.pptx
SDLC.pptx
Difference Between Power BI and Tavleau.pptx
Day1.pptx
Ad

Recently uploaded (20)

PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
Complications of Minimal Access-Surgery.pdf
PDF
Trump Administration's workforce development strategy
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Empowerment Technology for Senior High School Guide
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
HVAC Specification 2024 according to central public works department
PPTX
20th Century Theater, Methods, History.pptx
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Cambridge-Practice-Tests-for-IELTS-12.docx
Introduction to pro and eukaryotes and differences.pptx
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Paper A Mock Exam 9_ Attempt review.pdf.
Virtual and Augmented Reality in Current Scenario
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
Complications of Minimal Access-Surgery.pdf
Trump Administration's workforce development strategy
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Empowerment Technology for Senior High School Guide
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
HVAC Specification 2024 according to central public works department
20th Century Theater, Methods, History.pptx
Share_Module_2_Power_conflict_and_negotiation.pptx
A powerpoint presentation on the Revised K-10 Science Shaping Paper

HR Analytics can be used to gain insights into various aspects of workforce management and performance using the existing employee data.docx

  • 1. HR Analytics can be used to gain insights into various aspects of workforce management and performance using the existing employee data. Here are some key HR analytics that you can create based on your dataset: 1. Attrition Analysis  Attrition Rate: Measure the percentage of employees leaving the organization over a specific period.  Voluntary vs. Involuntary Attrition: Differentiate between employees who left voluntarily and those who were terminated.  Attrition by Demographics: Analyze attrition by gender, age, location, business function, etc. 2. Diversity and Inclusion Analysis  Gender Diversity: Calculate the percentage of male and female employees across various roles, departments, and levels.  Age Diversity: Analyze the age distribution of employees to understand the generational mix within the organization.  Educational Qualification Analysis: Assess the diversity in educational qualifications across different roles and departments. 3. Workforce Composition Analysis  Headcount by Department/Function: Analyze the distribution of employees across different business functions or departments.  Role-based Distribution: Examine the distribution of employees across various roles within the organization.  Location-based Distribution: Analyze the number of employees in different locations, states, or regions. 4. Compensation Analysis  CTC Distribution: Analyze the distribution of CTC (Cost to Company) across different roles, functions, and locations.  Gender Pay Gap: Compare the average CTC of male and female employees in similar roles to identify any pay gaps.
  • 2.  Compensation by Experience: Analyze how CTC varies with years of experience. 5. Employee Tenure Analysis  Average Tenure: Calculate the average tenure of employees in the organization.  Tenure by Role/Function: Analyze how the average tenure varies across different roles, functions, or locations.  Early Leavers Analysis: Identify employees who left within a short period after joining and analyze common characteristics. 6. Recruitment Analysis  Hiring Trends: Analyze hiring trends over time, such as the number of hires per month or quarter.  Source of Hire Analysis: If data is available, analyze the effectiveness of different recruitment sources.  Time to Fill Positions: Calculate the average time taken to fill positions across different roles or departments. 7. Employee Performance and Productivity  Promotion Rates: Analyze the rate at which employees are promoted within the organization.  Performance Rating Analysis: If performance ratings are available, analyze the distribution of ratings across departments, roles, or demographics.  Training Effectiveness: If training data is available, analyze the impact of training on employee performance or promotion rates. 8. Employee Engagement and Satisfaction  Survey Analysis: If employee engagement or satisfaction survey data is available, analyze the results to identify areas for improvement.  Retention Drivers: Analyze factors that contribute to higher retention rates, such as career development opportunities, compensation, or work- life balance.
  • 3. 9. Retirement Planning  Retirement Forecasting: Analyze the number of employees approaching retirement age and plan for succession.  Impact of Retirements: Assess the potential impact of upcoming retirements on various departments and roles. 10. Leave and Absence Management  Leave Patterns: Analyze leave patterns across different roles, functions, or demographics.  Absenteeism Rate: Calculate the absenteeism rate and identify trends or areas of concern. 11. Location and Regional Analysis  Employee Distribution by Region: Analyze the distribution of employees across different regions or states.  CTC by Location: Compare compensation packages across different locations to identify any disparities.  Attrition by Location: Identify if certain locations have higher attrition rates. 12. Succession Planning  Leadership Pipeline: Analyze the current pool of employees for potential leadership roles.  Successor Identification: Identify potential successors for critical roles based on tenure, performance, and other factors. 13. Health and Well-being  Health Insurance Utilization: If data is available, analyze the utilization of health insurance benefits.  Employee Assistance Program (EAP) Usage: If applicable, analyze the usage of EAP services to identify any trends in employee well-being. Tools and Techniques:  Power BI/Tableau: For creating interactive dashboards and visualizations.
  • 4.  Excel: For quick data analysis, pivot tables, and basic charts.  R/Python: For advanced statistical analysis, machine learning, and predictive modeling. These analytics will help HR professionals make data-driven decisions, improve employee engagement, optimize talent management, and enhance overall organizational performance.
  • 5. To calculate the attrition rate based on the provided data, you can use the following formula: Attrition Rate Formula: Attrition Rate=(Number of Employees who LeftAverage Number of Employees)× 100text{Attrition Rate} = left(frac{text{Number of Employees who Left}}{ text{Average Number of Employees}}right) times 100Attrition Rate=(Average Number of EmployeesNumber of Employees who Le ft)×100 Where:  Number of Employees who Left: This is the number of employees who have a "Last Working Days" date in the dataset.  Average Number of Employees: This is the average number of employees over a specific period. It can be calculated as the average of the number of employees at the start and the end of the period. Steps to Calculate Attrition Rate: 1. Count the Number of Employees who Left: o Filter the dataset for records where the "Last Working Days" column is not empty. o Count these records. 2. Calculate the Average Number of Employees: o Find the total number of employees at the start of the period and the end of the period. o The average number of employees can be calculated as: Average Number of Employees=(Number of Employees at the S tart+Number of Employees at the End)/2 3. Apply the Attrition Rate Formula: o Use the formula to calculate the attrition rate.
  • 6. Example Using Excel: Assume you have the following data in Excel: Employee ID Employee Name Last Working Days 1 John Doe 01-02-2023 2 Jane Smith 3 Mike Johnson 15-06-2024 ... ... ... 1. Step 1: Calculate the Number of Employees who Left: o Use a formula to count non-empty "Last Working Days": excel Copy code =COUNTIF("Last Working Days Range", "<>") 2. Step 2: Calculate the Average Number of Employees: o Assuming you have a total number of employees as 1000: o Use a formula: excel Copy code =1000 3. Step 3: Apply the Attrition Rate Formula: o Calculate attrition rate: excel Copy code = (Number of Employees who Left / 1000) * 100 Python Implementation:
  • 7. If you want to calculate the attrition rate using Python with your current dataset: python Copy code import pandas as pd # Load the dataset df = pd.read_excel("path_to_your_file.xlsx") # Calculate the number of employees who left employees_left = df['Last Working Days'].notna().sum() # Total number of employees total_employees = len(df) # Attrition rate calculation attrition_rate = (employees_left / total_employees) * 100 print(f"Attrition Rate: {attrition_rate:.2f}%") This will give you the attrition rate based on your dataset.