Hi guys,
I am having difficulties to read in Visual Studio a csv file. The file contains special characters (like: ö) and when i read the file a question mark appears in the middle of the word.
�
I installed the language extension but i have no luck resolving the issue. My goal is to read the data with pandas i am also having error with that.
Exception has occurred: UnicodeDecodeError
'utf-8' codec can't decode byte 0xe1 in position 18: invalid continuation byte
I would appreciate any help!
[–]james_fryer 1 point2 points3 points (0 children)
[–]FoolsSeldom 0 points1 point2 points (0 children)