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]
AnswerB.
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