# Redact Patient Data in Python

> Redact PHI from clinical notes locally with a Rust kernel.

Canonical: https://omna.dev/redact-patient-data-python

```python
df.omna.mask(columns=["note"])
```
