0% found this document useful (0 votes)
17 views3 pages

PDS Assignments

PDS assignments

Uploaded by

jayramghoghari
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)
17 views3 pages

PDS Assignments

PDS assignments

Uploaded by

jayramghoghari
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/ 3

SAL Institute of Technology & Engineering Research

CE,, CSE & ICT Department


Python for Data Science (3150713)
ASSIGNMENT-1 [CO1]
Sr. No. Questions
1 Write the difference between C and Python.

2 Explain the input function of python with demonstration of type casting.

3 Explain following data structures of python with suitable example.

● String

● List

● Tuple

● Dictionary

4 Write a python program to implement Fibonacci sequence forgiven input.

5 Write a python program that finds the factorial of a natural number n.

6 Explain how to create data science pipeline.

7 What is the role of python in data science.

8 What are the magic functions in Jupyter? Explain with example.

9 Explain %matplotlib magic function.

10 How to Obtain online graphics and multimedia. Explain with example.


ASSIGNMENT-2[CO2]
Sr. Questions

No.

1 Explain how import and analyze image data. Explain with example.

2 Write a python code to read from text file.

3 Write a python code to show the content of CSV file and Excel file.

4 Write a python code to work with pictures/images as an unstructured file.

5 Write a python code to access data from web.

6 Give comparison between Numpy and Pandas.

7 How to format Date and Time in python. Explain it with example.

8 Write a small code to perform following operations on data.

Slicing, Dicing, Concatenation, Transformation, sorting and Aggregation on data.

ASSIGNMENT-3[CO3]
Sr. No. Questions

1 Explain with example how to parse XML and HTML.

2 Explain stemming and stop words removal operation in python.

3 With example explain the concept of bags of words model.

4 Draw a graph showing multiple lines and plots including labels, annotation and

legends.

5 Draw the boxplot pie chart using python’s library.

6 Draw directed and undirected graph using python’s library.


ASSIGNMENT-4 [CO4,CO5]
Sr. Questions
No.

1 Write a python code that demonstrate hashing trick.

2 Write a python code to demonstrate the working of memory profiler.

3 Write a python program to demonstrate the concept of skewness and kurtosis.

4 How to create a Z-score standardization, Transforming other notable distributions.

You might also like