glassonion1 / anonypy

Anonymization library for python. Protect the privacy of individuals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use package

bivar opened this issue · comments

commented

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

This errors happens even while trying to run the example code on the readme file.

Unfortunately, I get the exact same error when trying to run the example code from the documentation.

I just ran into the same error

I am also running into this issue

same. There seems to be a solution in the other threat (#1) - would including this in the main branch fix the issue?