* RandomLocationGenerator
The RandomLocationGenerator creates realistic, worldwide addresses. It transforms the real data by dropping all the address-related columns. Then when reverse transforming, it generates random, realistic locations from around the world. Use this transformer when you want to completely anonymize your address data.

Parameters
locales: An optional list of locales to use when generating addresses. All addresses will be chosen from the list of available countries with the provided languages.
missing_value_generation: Add this argument to determine how to recreate missing values during the reverse transform phase
(default) 'random'
Randomly assign missing values in roughly the same proportion as the original data.
None
Do not recreate missing values.
Examples
FAQs
Worldwide, regional data is provided by www.geonames.org.
Last updated
