79411406

Date: 2025-02-04 10:57:59
Score: 1.5
Natty:
Report link

I suppose if your Excel opens the data the case isn't with encoding. You can get its's encoding importing 'locale' and asking locale.getpreferredencoding(). Look at header row while opening data in text redactor to find out if any field has escaped characters like '\t' and also look at a csv delimiter (the default in read_csv is ',', your may have another)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: ifil