Skip to content

Commit b06b91e

Browse files
committed
seed argument added for reproducible results
1 parent d5f6b9d commit b06b91e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

anonympy/pandas/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ def anonymize(self,
151151
See https://faker.readthedocs.io/en/master/locales.html for all faker's locales.
152152
inplace : bool, default True
153153
If True the changes will be applied to `dfAnonymizer` obejct, else output is returned.
154+
seed : Optional[int], default None
155+
Pass an integer for reproducible output across multiple function calls.
156+
154157
155158
Returns
156159
----------

0 commit comments

Comments
 (0)