ELC Assignment
ELC Assignment
Assignment
Deadline: 30 December 2024
You need to submit 4 page report, containing description of functions any of the four python
libraries {Pandas, Numpy, Keras, Tensorflow, Sckit-Learn, Matplotlib, Seaborn, Scipy}. Also
submit a python notebook file performing basic operations on any of the case study shown
below:
Case Study 1: Analysing Student Performance
Example Dataset:
Tasks:
1. Calculate the average score for each student.
2. Find the student with the highest total score.
3. Identify students who need improvement (average score below 80)
Tasks:
1. Convert the 'Date' column to a datetime object.
2. Calculate the total sales for each day.
3. Find the day with the highest total sales.
4. Visualize the sales trends using Matplotlib.
Tasks:
1. Perform element-wise addition and subtraction of the matrices.
2. Calculate the dot product of the matrices.
3. Find the transpose of each matrix.
Tasks:
1. Identify the average salary in each department.
2. Find the employee with the highest salary.
3. Create a new column for the bonus (10% of the salary).
Case Study 5: Temperature Data Analysis
Example Dataset:
Tasks:
1. Calculate the average temperature for each city.
2. Find the date with the highest temperature in City A.
3. Visualize the temperature trends for both cities using Matplotlib.