Veris-Priv-Tab
Description
Veris-Priv-Tab is a Python package that generates a "private duplicate" of a given table, obfuscating any potential Personally Identifiable Information (PII) in the process.
Installation
Veris-Priv-Tab can be installed via pip:
pip install veris-priv-tab
After installation, you can import the generate function and use it as follows:
from veris_priv_tab import generate
new_df = generate("path_to_the_original_table")
This will create a new dataframe new_df that is a "private" version of the original table.
Troubleshooting and Known Issues
This section will be updated as new issues are identified and solutions or workarounds are developed.
License
Veris-Priv-Tab is open source and free for use. Please use responsibly and respect the privacy of all individuals.
Release files for veris-priv-tab 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| veris-priv-tab-0.1.1.tar.gz | 1.6 kB | Details |
Release files / veris-priv-tab-0.1.1.tar.gz
| Download URL | veris-priv-tab-0.1.1.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8193116be0139b4d96dcc2ee667ce6d67794317b48a0c2c0ed4dce9d420bfa7
|
|
BLAKE2b-256 checksum How to use checksums |
b582cc75a1a43f816e94d5205d1c07650b333a2cf67fd4ed27cb661b9783adb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|