Coder Social home page Coder Social logo

pewlett-hackard-analysis's Introduction

Pewlett-Hackard-Analysis

Overview of the analysis:

The purpose of the analysis is to determine the number of retiring employees per title, and identify employees who are eligible to participate in a mentorship program. Data was store and analysed using PostgreSQL database.

Results:

  1. Retiring employees and their title

    • In order to retrieve the titles for employees that fits the retirement criteria, we merged the employees table and the title tables by "employee number" for employees that are born between January 1st of 1952 to December 31st of 1955.
    • Employees might contains multiple titles during their years in the company.
    • To retrieve the current title of retiring employees, we sort the to_date in descending order and retrieve the first occurrence of the employee number.
    • Total number of retiring employees by title was summarized.
  2. Mentorship eligibility

    • To identify employees who are eligible to participate in a mentorship program. We first selected employees who are employed currently using to_date, and are born between January 1, 1965 and December 31, 1965. Employee titles were listed.

Summary:

  • 90398 Employees who fit the retiring requirement with current title were listed, including 29414 senior engineers, 28254 senior staffs and 2 managers.
  • 1549 current employees that are eligible for mentorship program.

pewlett-hackard-analysis's People

Contributors

swang202 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.