CBSE Class 12 Informatics Practices
Question 45 of 101
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.