I am trying to read this file using pandas in UTF-8 encoding.
English alphabetic characters are read properly but those characters which are not English alphabet are not read properly. I tried reading by changing encoding from utf8
to cp1252
, ASCII
but nothing worked for me.
For more detail see the image.