Skip to content

Feature: Add k-anonymize macro #5

@tconbeer

Description

@tconbeer

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions