aboutsummaryrefslogtreecommitdiffstats
path: root/examples/local.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-26 16:28:38 +0000
committerAlex Schofield <git@ajschof.me>2025-02-26 16:28:38 +0000
commitc2a762d71b67ee957a2e7730bed336411f65d1d6 (patch)
tree1955d68353c8c0c3a06961c01d594de7b9d634e6 /examples/local.py
parente476403c59e922512d06ef5489a07fba87615998 (diff)
downloadgdpr-obfuscator-c2a762d71b67ee957a2e7730bed336411f65d1d6.tar.gz
gdpr-obfuscator-c2a762d71b67ee957a2e7730bed336411f65d1d6.zip
use larger dataset when testing examples/local.py
Diffstat (limited to 'examples/local.py')
-rw-r--r--examples/local.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/local.py b/examples/local.py
index befd9f2..6df0556 100644
--- a/examples/local.py
+++ b/examples/local.py
@@ -2,8 +2,6 @@ from gdpr_obfuscator import Obfuscator
obfuscator = Obfuscator()
-json_input = (
- '{"file_path": "./test/data/mock_data.csv", "pii_fields": ["name", "email"]}'
-)
+json_input = '{"file_path": "./test/data/large_dataset.csv", "pii_fields": ["full_name", "email_address"]}'
print(obfuscator.process_local(json_input))
git.ajschof.me — hosted by ajschofield — powered by cgit