* DomainExtractor
*SDV Enterprise Feature. This feature is available to our licensed users and is not currently in our public library. To learn more about the SDV Enterprise and its extra features, visit our website.
The DomainExtractor
extracts domains from emails so that they can be used later for data science. It keeps the original emails so that the same exact emails can be recovered during the reverse transform.
Parameters
extracted_domain
: Which parts of the overall email domain to extract during the transformation phase
(default) | Extract the full domain, which is everything after the @ sign. For example if the email is |
| Extract only the top domain, which is everything after the . character. For example if the email is |
Examples
Last updated