Python Forum
Newbie, can't load csv file.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie, can't load csv file.
#2
Quote:UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 7: invalid start byte

Is telling you it has encountered a character it cannot decode. It would be helpful to see the relevant code and a few lines of the .csv file.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Newbie, can't load csv file. - by david_ford - Apr-15-2018, 02:35 AM
RE: Newbie, can't load csv file. - by sparkz_alot - Apr-15-2018, 01:37 PM
RE: Newbie, can't load csv file. - by snippsat - Apr-15-2018, 01:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fatal Python error: initfsencoding: unable to load the file system codec gauravbhardwajee 12 28,339 Apr-30-2020, 07:45 PM
Last Post: barrpath
  Is there any way to properly load fixed width file into a dataframe using Pandas? vicky53 1 3,105 Mar-29-2019, 06:04 PM
Last Post: Larz60+
  Load .abf file and for analysis with Pandas finalcode 0 3,027 Nov-10-2018, 09:51 AM
Last Post: finalcode
  save 2d array to file and load back ian 3 18,393 May-18-2018, 05:00 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020