CBSE Class 12 Informatics Practices Question 24 of 101

Python Pandas — II — Question 11

Back to all questions
11
Question

Question 11

The merge() function combines two DataFrames such that two rows with some common value are merged together in the final result.

Answer