Open
Description
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.