Q. Which method is used to join two DataFrames based on their index?
β
Correct Answer: (B)
join()
Explanation: The join() method combines DataFrames based on their index, similar to SQL JOIN.