0% found this document useful (0 votes)
2 views

ELC Assignment

The assignment requires a 4-page report on functions from one of the specified Python libraries and a Python notebook performing basic operations on one of the provided case studies. The case studies include analyzing student performance, sales analysis, matrix operations, employee data management, and temperature data analysis, each with specific tasks to complete. The deadline for submission is December 30, 2024.

Uploaded by

goyal03tarang
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

ELC Assignment

The assignment requires a 4-page report on functions from one of the specified Python libraries and a Python notebook performing basic operations on one of the provided case studies. The case studies include analyzing student performance, sales analysis, matrix operations, employee data management, and temperature data analysis, each with specific tasks to complete. The deadline for submission is December 30, 2024.

Uploaded by

goyal03tarang
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

ELC: Data Analysis Using python

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)

Case Study 2: Sales Analysis


Example Dataset:

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.

Case Study 3: Operations on Matrix using Numpy


Example Dataset:

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.

Case Study 4: Employee Data Management


Example Dataset:

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.

You might also like