### Anonymization

Get the level of k-anonymity of a dataframe using the get_kfunction:

from agd_tools import anonymization

iris_anonymized = iris[['Name']]
k = anonymization.get_k(iris_anonymized)