Description Usage Arguments Value
Given a parsed profile scrapes, containing columns 'marketplace', 'date', 'id', 'profile', remove rows with missing information, or duplicated rows, match to user database and remove non-matches, and extract any available PGP keys.
1 | cleanParsedUsers(parsedUsers, users)
|
parsedUsers |
name of dataframe that contains parsed profile scrapes, as described above. |
users |
name of dataframe with unique user accounts, with columns 'hash_str', 'marketplace', 'id', 'diversity' |
1. 'parsedUsers' dataframe with 'profile' column replaced by 'profileClean', which has any PGP keys extracted. 2. 'retrievedPGPs' dataframe with columns 'date', 'vendor_hash' and 'PGPclean' (extracted PGP keys)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.