How to read a csv file with accented characters and transfer this data to a dictionary?

0

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.

    
asked by anonymous 18.03.2018 / 13:32

0 answers