Merge MethodDescriptionNote
Inner JoinKeeps only rows where ‘key variable’ matches in both data sets
Outer JoinKeeps all rows from both datasets, adding NaN or nulls where no match is found.
Partial Outer JoinKeep all rows from the data set with the highest priority and add matched rows from the second data set.You must specify the data sources to include.
Anti-JoinAdds rows with non-matching key value from the data sources to the new data source