I am trying to read a csv file with greek characters in it and i get UnicodeDecodeError
Tried with encoding='latin1'
, encoding='iso-8859-1'
or encoding='cp1252'
, the error is gone but i dont get the greek characters. Any idea?
Thank you in advance