About 750,000 results
Open links in new tab
  1. GitHub - ArtLabss/open-data-anonymizer: Python Data …

    Easiest way to install anonympy is using pip. Installing the library from source code is also possible. Or you could download this repository from pypi and run the following: More …

  2. A simple way to anonymize data with Python and Pandas

    Aug 13, 2018 · It provides a DataFrameMapper class that makes working with pandas DataFrames easier as it allows for changing the encoding of variables in fewer lines of code.

  3. How to Quickly Anonymize Personal Names in Python

    Feb 22, 2022 · Fortunately, several options exist within Python to anonymize names and easily generate fake personnel data. Follow the examples below and download the complete Jupyter …

  4. Data anonymization in Python - MOSTLY AI

    Apr 25, 2023 · In this article, we will explore four different techniques for data anonymization in Python: randomization, aggregation, masking, and perturbation. Performing data …

  5. A Practical Guide to Anonymizing Datasets with Python & Faker

    Dec 24, 2017 · For this post, I’ll explore using the Faker library to generate a realistic, anonymized dataset that can be utilized for downstream analysis.

  6. anonypy · PyPI

    Nov 1, 2021 · Anonymization library for python. AnonyPy provides following privacy preserving techniques for the anonymization. Anonymization method aims at making the individual record …

  7. anonypyx · PyPI

    Apr 4, 2025 · This is a fork of the python library AnonyPy providing data anonymisation techniques. AnonyPyx adds further algorithms (see below), introduces a declarative interface …

  8. Anonymization library for python. Protect the privacy of ... - GitHub

    Anonymization library for python. AnonyPy provides following privacy preserving techniques for the anonymization. Anonymization method aims at making the individual record be …

  9. The concept of Masks in Python - Towards Data Science

    Aug 9, 2020 · Numpy offers an in-built MaskedArray module called ma. The masked_array() function of this module allows you to directly create a "masked array" in which the elements …

  10. Data Anonymization with Python. How to make your Data

    Jul 12, 2021 · Scrambling techniques are encryption and hashing or to mask your data— Some of the information is hidden using random characters or **** for example. Scrambling and …

Refresh