You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k-anonymize(fields=[’zip’, ‘dob’, ‘gender’], k=2, treatment=safe_mask) will find unique (defined by k) combinations of fields and replace the values with some treatment (a one-arg callable that takes a single field/expr as an arg).
The text was updated successfully, but these errors were encountered:
k-anonymize(fields=[’zip’, ‘dob’, ‘gender’], k=2, treatment=safe_mask)
will find unique (defined byk
) combinations offields
and replace the values with some treatment (a one-arg callable that takes a single field/expr as an arg).The text was updated successfully, but these errors were encountered: