EdyVision / pii-codex

A research python package for detecting, categorizing, and assessing the severity of personal identifiable information (PII)
BSD 3-Clause "New" or "Revised" License
67 stars 9 forks source link

Error in ASCII codec can decode byte #35

Open shoaibmalek21 opened 1 year ago

shoaibmalek21 commented 1 year ago

I'm facing a problem on linux in config > PII_MAPPER() > open_pii_type_mapping_csv func. In that pd.read_csv(file) gives UnicodeDecodeError: 'ascii' codec cannot decode byte 0xe2 in position 2598:ordinal not in range(128).

If anyone knows about this, Please respond to this issue

Thank you