Socket
Socket
Sign inDemoInstall

veris-priv-tab

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    veris-priv-tab

Generates a "private duplicate" of a given table, obfuscating any potential PII.


Maintainers
1

Readme

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.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc