open-data-anonymizer icon indicating copy to clipboard operation
open-data-anonymizer copied to clipboard

Python Data Anonymization & Masking Library For Data Science Tasks

Results 6 open-data-anonymizer issues
Sort by recently updated
recently updated
newest added

``` pip install anonympy ``` retults in ``` error in anonympy setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6*' ``` this error happens just...

**Describe the bug** While trying to use this library on a newer version of python/numpy (3.10.12/1.21.5) will cause it to fail. **Screenshots** ![image](https://github.com/ArtLabss/open-data-anonymizer/assets/67953425/73f1bca5-de0a-4679-8094-7ed32214286a) **Desktop (please complete the following information):** This...

bug

**Is your feature request related to a problem? Please describe.** It would be nice if the dfAnonymizer held an instance of the Faker instance that could be replaced or configured....

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: My script: ``` from anonympy.pdf import pdfAnonymizer # need to...

bug

**Is your feature request related to a problem? Please describe.** Ability to select/exclude anonym.categorical_columns to hide/back-out for the pdf files

enhancement

**Is your feature request related to a problem? Please describe.** The current PDF anonymization mechanism only works for printed documents. Adding a black-box over text does not remove the text...

enhancement