GithubHelp home page GithubHelp logo

employeeproject's Introduction

EmployeeProject

Employee Details
Problem: Write a project for a client to read the Employee data from a csv file. Then use the data to calculate the following:

  1. Calculate the total expenditure by company on it's employee salaries grouped by gender.
  2. Calculate the salary after hike for each employee using current salary and % hike. Also, add bonus amount according to the employee experience with the company. Bonuses are as follows:
    Experience(Yrs) : 0-3 3-5 5-10 10+
    Bonus(Rs) : 10,000 25,000 50,000 75,000
  3. Now, sort the employees on the basis of the salaries.
  4. Calculate Income, no. of emp, gender grouped by cities. For eg: Denver has 15 employees out of which 10 Male and 5 female, with total 2342000 given as salaries.

Input: Input is given in a comma separated "Sample_Input.csv" file. But input can also be provided in a xml, excel or text format, your program should be able to handle all the inputs.

OutPut: Output should be shown on console or saved in a file.

Handle wrong, invalid and boundary conditions. Check if email is valid.

employeeproject's People

Contributors

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