anonypy icon indicating copy to clipboard operation
anonypy copied to clipboard

Anonymization library for python. Protect the privacy of individuals.

Results 2 anonypy issues
Sort by recently updated
recently updated
newest added

When trying to use the anonpy package, I get the error: `AttributeError: 'list' object has no attribute 'to_dict'`on the anonimize function: `anonymize(df, partitions, feature_columns, sensitive_column, max_partitions)` ![image](https://github.com/glassonion1/anonypy/assets/20444886/28332348-232b-4da3-8494-3a9e0a23ad81) This errors happens...

I'm hoping to learn how to use this package, but when I run the example in the README, I get the following error: ```python --------------------------------------------------------------------------- AttributeError Traceback (most recent call...