CBSE Class 12 Informatics Practices
Question 5 of 21
Python Pandas — II — Question 21
Back to all questionsjoin()
Reason — The join() function in pandas is a patching method, which means that it aligns the DataFrames based on a common index or set of keys, and then combines them.