Assignment-2 & Mini-Project (Lab Based) (Python) - SE 2024-25
Assignment-2 & Mini-Project (Lab Based) (Python) - SE 2024-25
Instructions:
1. You must submit then solved assignment in A4 sheets with a title page clearly
mentioning course name, assignment and assignment no., your name, roll
number.
2. You must give the printout of the python program file (.ipnyb) after executing all
the programs (handwritten answers are not required).
3. You can club multiple solutions as a single program and reuse one NumPy array
or matrix for writing multiple solutions.
4. Original effort will be rewarded. Use of AI tools is strictly prohibited, and will
attract a 0 mark.
List of Assignments
3. Matplotlib Point-10
3. Mini-Project: Point-40
Do preprocessing by cleaning and filtering and reformatting. Convert the height into centimeter and
replace in the place. Do some analytics like find mean, median, mode, standard deviation of all the
numeric columns. Plot age vs weight, height vs weight, and age vs salary using matplotlib.
Note: You can use any economic dataset file and generate similar data analytic for your purpose.