* RegionalAnonymizer
Last updated
Last updated
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.
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) ["en_US"]
Create precise, street-level data from the US in English.
<list>
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.
Worldwide, regional data is provided by www.geonames.org.
Create precise, street-level data from the list of countries specified in the languages specified.
For example [
,
]
creates a mix of locations from the US in English and from Canada in French.
*SDV Enterprise Feature. This feature is available to our licensed users and is not currently in our public library. For more information, visit our page to Explore SDV.