input |
✓ |
str, list |
The columns to compare. First column is the base column |
output |
✓ |
str, list |
The column to output the results to |
method |
|
str |
The type of comparison to perform (difference, intersection, overlap), defaults to difference. |
char |
|
str |
split the strings on. Default is a space (difference and intersection) |
non_match_char |
|
str |
Character to use for non-matching characters (overlap) |
include_ratio |
|
bool |
Include the ratio of matching characters (overlap) |
decimal_places |
|
number |
Number of decimal places to round the ratio to (overlap) |
exact_match |
|
str |
Value to use for exact matches (overlap) |
empty_a |
|
str |
Value to use for empty input a (overlap) |
empty_b |
|
str |
Value to use for empty input b (overlap) |
all_empty |
|
str |
Value to use for both inputs (overlap) |