1. Learn
  2. /
  3. Courses
  4. /
  5. Importing Data in Java

Connected

Exercise

Employee salary analysis

You're analyzing employee data for a tech company. The HR department needs to adjust salaries to reflect a 10% raise for all employees. Your task is to transform each salary value and add the results as a new column.

The Tablesaw library has been imported, and employees.csv contains the Name, Department, Salary, and Bonus columns.

Instructions

100 XP
  • Apply a transformation to calculate each employee's salary increased by 10%.
  • Add the new adjusted salary column to the table.