Python Forum
selecting a particular column in csv file shows error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
selecting a particular column in csv file shows error
#3
I have checked the encoding technqiue and it is utf8, so I have modified the code line as
with open(filename, encoding='utf8') as csvfile:
then it returns another error
Error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 927: invalid start byte
Reply


Messages In This Thread
RE: selecting a particular column in csv file shows error - by raady07 - Mar-15-2018, 10:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help copying a column from a csv to another file with some extras g0nz0uk 3 2,001 Feb-01-2024, 03:12 PM
Last Post: DeaD_EyE
  How to read csv file update matplotlib column chart regularly SamLiu 2 2,019 Jan-21-2023, 11:33 PM
Last Post: SamLiu
  Read xml column inside csv file with Python estertabita 2 2,093 Jul-26-2022, 06:09 PM
Last Post: Larz60+
  ModuleNotFound but pip shows module installed biscotty666 2 2,783 Jul-14-2022, 05:17 PM
Last Post: Axel_Erfurt
  Os command output in variable shows wrong value paulo79 2 2,431 Apr-09-2022, 03:48 PM
Last Post: ndc85430
  How to split file by same values from column from imported CSV file? Paqqno 5 6,146 Mar-24-2022, 05:25 PM
Last Post: Paqqno
  Appending Excel column value as CSV file name sh1704 0 1,812 Feb-06-2022, 10:32 PM
Last Post: sh1704
  Create zip file from the BLOB column in ORACLE DB nnsatpute 2 3,379 Dec-31-2021, 11:00 AM
Last Post: ibreeden
  split txt file data on the first column value shantanu97 2 3,717 Dec-29-2021, 05:03 PM
Last Post: DeaD_EyE
  Index error - columns vs non-column Vinny 3 6,723 Aug-09-2021, 04:46 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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