Assignment 1
Assignment 1
Objective : This assignment consists of various tasks to help you practice fundamental
Python concepts, data analysis, and visualization techniques using NumPy, Pandas, and
Matplotlib. Please solve each of the following problems:
• Calculate the mean, median, and standard deviation of the entire array.
• Normalize the array by subtracting the mean and dividing by the standard
deviation.
• Add a new column for the total value and sort the DataFrame by this column.