I have a csv file separated by ";" with two columns exported via excel:
1) Person's name
2) the person's email.
However, the name contains accentuation and when trying to read the file and create the dictionary, python 3 (in macOS) gives error in for. How can I get around this? Look at the code and the error.