ArtLabss / open-data-anonymizer

Python Data Anonymization & Masking Library For Data Science Tasks

Home Page:https://www.artlabs.tech

Repository from Github https://github.comArtLabss/open-data-anonymizerRepository from Github https://github.comArtLabss/open-data-anonymizer

Add ability to provide my own Faker instance.

captrespect opened this issue · comments

Is your feature request related to a problem? Please describe.
It would be nice if the dfAnonymizer held an instance of the Faker instance that could be replaced or configured. This way I can add in my own custom providers and have them called using pandas.

Right now it looks like the Faker instance is created once the method _fake_column is called.