0% found this document useful (0 votes)
7 views1 page

Assignment #4

This document outlines Assignment Number 4 for the FY Master of Computer Application course on Data Science with Python, due on 05-March-2025. It includes a list of questions covering topics such as NumPy, indexing and slicing, random integer arrays, and the use of Pandas for data processing. The assignment is coordinated by Mr. Mohd. Ikram Ali and Prof. Faizur Rashid from JSPM University Pune.

Uploaded by

Omkar Gilbile
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Assignment #4

This document outlines Assignment Number 4 for the FY Master of Computer Application course on Data Science with Python, due on 05-March-2025. It includes a list of questions covering topics such as NumPy, indexing and slicing, random integer arrays, and the use of Pandas for data processing. The assignment is coordinated by Mr. Mohd. Ikram Ali and Prof. Faizur Rashid from JSPM University Pune.

Uploaded by

Omkar Gilbile
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Faculty of Science and Technology

FY Master of Computer Application


Course Name: Data Science with Python Course Code: 230GCAM16_02
Assignment Number – #4
Date of Submission: 05-March-2025

Sr. List of Question CO BL


No.
1. What is NumPy, and how does it differ from Python lists? List at least three 03 01,2
advantages of using NumPy arrays.
2. Explain the difference between indexing and slicing in NumPy arrays. Provide an 03 01,02
example demonstrating both.
3. Write a Python program that creates a NumPy array of random integers and sorts 03 02
the array in both ascending and descending order.
4. How do we create the object of NumPy? Explain with example. 03 02,03
5. Given two NumPy arrays of different shapes, explain when performing element- 03 04
wise operations. Provide an example where broadcasting simplifies computations.
6. Write a Python program using Pandas to read a CSV file containing sales data 03 03,04
(columns: Date, Product, Sales). Process the data to find the total sales for each
product and save the result in a new CSV file.
7. What is the purpose of panda in Python? Explain with example, the libraries and 03 05
function of panda.
8. Explain the difference between Series and DataFrame in Pandas with examples. 03 05
When would you use each of them in data analysis?

Course Coordinator Mr. Mohd. Ikram Ali,

Prof. (Associate) Faizur Rashid (PhD) Program Coordinator


Associate Professor, MCA/MSc-DSAI/MSc-Cyber Security
The School of Computational Science, The School of Computational Science,
Faculty of Science and Technology, Faculty of Science and Technology.
JSPM University Pune

Associate Professor
Program Coordinator MSc.-CS | AIML
Course Coordinator
SBAS, FST, JSPM University, Pune

Page 1 of 1

You might also like