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

Python Data Science Question Bank

The document is a question bank for the MDM-Python for Data Science course at Priyadarshini College of Engineering for the 2025-26 session. It includes various questions related to the Pandas library in Python, focusing on data analysis concepts such as DataFrames, data cleaning, and data exploration. Each question is associated with a specific course outcome (CO3).

Uploaded by

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

Python Data Science Question Bank

The document is a question bank for the MDM-Python for Data Science course at Priyadarshini College of Engineering for the 2025-26 session. It includes various questions related to the Pandas library in Python, focusing on data analysis concepts such as DataFrames, data cleaning, and data exploration. Each question is associated with a specific course outcome (CO3).

Uploaded by

runjhun346
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like