# Generic PII Anonymization

PII stands for Personal Identifiable Information. The defining aspect of PII data is that **you do not want the real values in your dataset to leak**. Typically, PII has a higher-level, semantic meaning and it may be possible to create other new values completely from scratch if you know the meaning.

![For example, names, phone numbers or addresses are all sensitive data that you do not want to leak.](https://2225246359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVGX92M819eIp0rMg5elc%2Fuploads%2F7BeWiaKbWB82wI52MpXd%2Frdt_transformers-glossary-generic-pii-anonymization_June%2002%202025.png?alt=media\&token=ea691704-b1a1-4b3c-ab54-0d859a62e142)

{% hint style="warning" %}
PII columns are not automatically detected. Please verify your data and manually set any sensitive columns to PII.
{% endhint %}

## Browse PII Transformers

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="generic-pii-anonymization/anonymizedfaker"><strong>AnonymizedFaker</strong></a></td><td>Create fake, anonymized values without looking at the real data.</td><td><a href="generic-pii-anonymization/anonymizedfaker">anonymizedfaker</a></td></tr><tr><td><a href="generic-pii-anonymization/pseudoanonymizedfaker"><strong>PseudoAnonymizedFaker</strong></a></td><td>Create and use a reversible mapping between real data, and fake values.</td><td><a href="generic-pii-anonymization/pseudoanonymizedfaker">pseudoanonymizedfaker</a></td></tr></tbody></table>
