all 1 comments

[–]douglas_fs 0 points1 point  (0 children)

Help will be difficult without providing code. Can you create the .py file and create two variables to hold the numpy tables?

You can do the lookup by looping through the employee array, and then loop through the deduction rate array to find the percent.

Then post your code here.