Vidyalelo
Data Science · Q61

Data Analysis with Python

Computer Related · Data Science · question 61

Q61

In Pandas, which method is used to create a subset of a DataFrame by selecting rows based on a specified condition?

A.
df[df['column_name'] > value]
Answer
B.
pivot_table()
C.
melt()
D.
sort_values()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board