open-data-anonymizer
open-data-anonymizer copied to clipboard
Python Data Anonymization & Masking Library For Data Science Tasks
``` 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**  **Desktop (please complete the following information):** This...
**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....
**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...
[FEAUTRE] PDF files: ability to select which categorical_columns to hide/back-out for the pdf files
**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
**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...