Saved Bookmarks
| 1. |
Which function basically finds the intersection between two different sets of data?(a) Converge(b) Merge(c) Delegate(d) Swap |
|
Answer» The correct option is (b) Merge The explanation is: Merge () function is used to combine two data frames and it identifies common rows or columns between the 2 data frames. Merge () function basically finds the intersection between two different sets of data. |
|