Act 6
Act 6
Dataset
Employee ID
Employee Name
Department
Salary ($)
Performance Score (1 to 10)
Steps
1. Load the Data: Load the employee data into a NumPy array.
Extract Relevant Columns
Extract the columns for salaries, performance scores, and departments from the
dataset.
2. Basic Statistics: NumPy functions to calculate the mean, median, and standard deviation
of salaries and performance scores.
3. Department Analysis: Calculate the mean salary and mean performance score for each
department.