Description Usage Arguments Value
Given a dataframe containing at least account hashes, IDs and marketplaces, generate basic pairwise comparisons: edit distance between the IDs and whether or not they are from the same marketplace.
1 | getPairs(dataframeName)
|
dataframeName |
name of dataframe that contains at least three columns: user hashes of interest (named 'vendor_hash'), alias ('id') and marketplace ('marketplace'). |
dataframe with columns 'hash1', 'hash2', 'order1' (row corresponding to 'hash1' in 'dataframeName'), 'order2', 'id1', 'id2', 'marketplace1', 'marketplace2', 'idDist', 'sameMarket'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.