Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 300 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 300 Bytes

This project accepts 10 Employee records (including names, hours worked and pay rat), calculates the gross and net pay for each employee, and outputs the result in a well-formatted table.

Note that this project requires Pandas to work. Please install pandas to be able to work with this project ;)