Skip to main content

Privacy preserving tables!

Project description

VerisPTab

Description

VerisPTab is a Python package that generates a "private duplicate" of a given table, obfuscating any potential Personally Identifiable Information (PII) in the process.

Installation

VerisPTab can be installed via pip:

pip install verisptab

After installation, you can import the generate function and use it as follows:

from verisptab import generate

new_df = generate.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

VerisPTab is open source and free for use. Please use responsibly and respect the privacy of all individuals.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verisptab-0.0.1.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

verisptab-0.0.1-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page