I have a socket server that is supposed to receive UTF-8 valid characters from clients.
The problem is some clients (mainly hackers) are sending all the wrong kind of
I have solved this problem just by adding
df = pd.read_csv(fileName,encoding='latin1')