Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to [Link] University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : [Link]@[Link], [Link]
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Department of Computer Technology
Session 2025-26
Subject: MDM-Python for Data Science Semester : V
Question Bank on Unit-3
[Link] Question CO
1 What is Pandas in Python, and why is it used in data analysis? CO3
2 Explain what a DataFrame is in Pandas. CO3
3 What is the difference between a Series and a DataFrame CO3
4 Explain different data operations with commands. CO3
5 Explain data Exploration in Pandas. CO3
6 State different files that can be loaded in python CO3
7 Elaborate the use of data cleaning and preprocessing data frame. CO3
8 Load a CSV file named [Link] into a DataFrame. CO3
9 Use the .info() and .describe() methods to explore the DataFrame. CO3
10 What is data cleaning, and why is it important.? CO3
11 How does Pandas handle missing values? CO3
12 How do you filter rows in a DataFrame based on a condition? CO3
13 Explain how groupby() works in Pandas. CO3
14 What does the sort_values() method do? CO3