Giter VIP home page Giter VIP logo

companywide-compensation-analysis's Introduction

Companywide Compensation Analysis

Average Salaries Histogram Average Salaries by Position

EXECUTIVE SUMMARY

The analysis of salaries fo over 300,000 employees indicates that there are substantial distortions:

  • Assistant Engineers, Senior Engineers and Tecnique Leaders have almost identical average salaries.
  • Staff and Senior Staff also have nearly identical average salaries, and both make nearly 20% more than all engineers.

Recommendation: I highly recommend that the compensation committie conduct a thorough review of the salary policies to avoid talent flight and/or a full scale revolution of the engineers. They are armed with nurf guns and are known to be dangerous when agitated.

REPOSITORY NAVIGATION

OBJECTIVE

Analyze compensation data for over 300,000 employees:

  • Create code to set up a database using Postgre SQL, import data from csv files, and run queries
  • Import data into a Jupyter Notebook
  • Create code to analyze and plot compensation data
  • Provide recommendations to the corporate compensation committee

DATA

  • Create conceptual database design for human resources data

Schema

  • Structure data in a Postgre database and import data from csv files

Sample shema code

  • Run queries

Sample query

  • Export data from the Postgre database to a Jupyter Notebook to analyze and plot

Sample Pandas code

DEPENDENCIES

  • from sqlalchemy import create_engine
  • from sqlalchemy.dialects import postgresql
  • from config import pgadmin_pw
  • import pandas as pd
  • import matplotlib.pyplot as plt

PANDAS ANALYSIS

Average Salaries Histogram Average Salaries Histogram Average Salaries by Position

CONCLUSIONS

  • Assistant Engineers, Senior Engineers and Tecnique Leaders have almost identical average salaries.
  • Staff and Senior Staff also have nearly identical average salaries, and both make nearly 20% more than all engineers.

=======

companywide-compensation-analysis's People

Contributors

kennethcandersen 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.