Skip to content

ndleah/people-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Star Badge Open Source Love View My Profile View Repositories

People Data Analytics

This case study is contained within the Serious SQL by Danny Ma.

πŸ“• Table of contents


πŸ› οΈ Requirements

HR Analytica team requires 2 separate analytical views to be created using a single SQL script for two separate data assets that can be used for reporting purposes.

A current snapshot of the information is required to power HR Analytica’s People Analytics dashboard and Employee Deep Dive shown above.

The following data requirements is as follows:

1. Dashboard Data Components

Click to view

🌟 Company Level Insights

  • Total number of employees
  • Average company tenure in years
  • Gender ratios
  • Average payrise percentage and amount

🌟 Department Level Insights

  • Number of employees in each department
  • Current department manager tenure in years
  • Gender ratios
  • Average payrise percentage and amount

Title Level Insights

  • Number of employees with each title
  • Minimum, average, standard deviation of salaries
  • Average total company tenure
  • Gender ratios
  • Average payrise percentage and amount

A historic data asset is also required by HR Analytica so their People Analytics team can perform deep dives into a specific employee’s history. This analysis is used for decision making when it comes to pay rises and promotions.

2. Deep Dive Data Components

Click to view

🌟 Individual Employee Deep Dive

  • See all the various employment history ordered by effective date including salary, department, manager and title changes
  • Calculate previous historic payrise percentages and value changes
  • Calculate the previous position and department history in months with start and end dates
  • Compare an employee’s current salary, total company tenure, department, position and gender to the average benchmarks for their current position

πŸ“‚ Data Overview

View Data Exploration Folder

πŸš€ Solutions

View Data Join Folder

πŸ§™β€β™‚οΈ Result

Final Output

Hooray! Finally, this is what out final input looks like:

βœ… People Analytics Dashboard

Source: Serious SQL

βœ… Employee Deep Dive

Source: Serious SQL

✨ Contribution

Contributions, issues, and feature requests are welcome!

To contribute to Patronify, see the GitHub documentation on creating a pull request.

πŸ‘ Support

Give a ⭐️ if you like this project!


Β© 2021 Leah Nguyen