Python Exercise 4 ( Pandas and Numpy )

Name of Innovation

Python Exercise 4 ( Pandas and Numpy )

August 24, 2018 Uncategorized 0

Download following CSV file

Using Pandas and Numpy for the following columns in csv file

  • emp_hrly_rate
  • emp_annual_rt

Ex.1 – calculate 

  • Mean
  • Top 5 and least 5 values along with the emp_name

Ex. 2 – calculate the hrly rate if there is increase of 25% in the rate for all employees

Ex. 3 – generate another csv which has only emp_name, emp_id and increased hrly_rate