Q. Which function is used to merge two DataFrames on a key column?
β
Correct Answer: (B)
merge()
Explanation: merge() combines two DataFrames based on common columns or indices, similar to SQL joins.