Dataframe Difference
Mito's dataframe difference functionality lets you find unique records across two different dataframes.
- 1.
You can access this functionality through the merge taskpane and then selecting either the
unique in left
or unique in right
merge types.- Unique in Left: Includes each row from the first sheet that doesn't have a match in the second sheet.
- Unique in Right: Includes each row from the second sheet that doesn't have a match in the first sheet.
Just like the other types of merges, Mito uses the merge key that you select for each sheet to detect matches.
Last modified 1yr ago