文件名称:Hermes:生成哑数据,或用哑数据屏蔽敏感数据。 :face_with_medical_mask:
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-23 18:44:11
Python
爱马仕 用 dummy 屏蔽敏感数据。 用法 安装 首先, git clone和pip install 。 $ git clone https://github.com/ohbarye/Hermes $ cd Hermes $ pip install fake-factory 掩码数据 要屏蔽数据,请准备 2 个文件。 .csv文件 这是要屏蔽的 CSV 数据。 任何名称都可以,但不要忘记编辑env.py的in_file 。 id,name,age,hire_date,phone_number,address,e-mail 1,Tormas,25,1977/9/21,09-0000-0002,Ireland,tormas@te.te 2,Yonaus,3,1990/2/26,039-0000-0002,神奈川県,yonaus@te.te 3,Hermes,44,1982/5/21,
【文件预览】:
Hermes-master
----.python-version(7B)
----main.py(226B)
----dummy_generator.py(2KB)
----LICENSE(1KB)
----env.py(133B)
----.gitignore(6B)
----test_data()
--------out.csv(445B)
--------in.csv(223B)
--------rules.json(116B)
----README.md(2KB)