* RegionalAnonymizer
*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 RegionalAnonymizer
performs Contextual Anonymization on address data. It preserves the broad regions in your original data, while anonymizing the precise street address.
It transforms the data by dropping the precise location information. When reverse transforming, it generates new, fake street addresses for the same overall regions as your real data.
Parameters
locales
: An optional list of locales to use when generating the precise street addresses. These will be chosen from the list of available countries with the provided languages.
(default) | Create precise, street-level data from the US in English. |
|
Examples
This transformer takes multiple columns as input. Make sure that each column involved in your address is a supported sdtype such as city
, state
and postcode
. For more information, see the suported sdtypes list.
FAQs
Worldwide, regional data is provided by www.geonames.org.
Last updated