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
#2
Looks like the file is using an encoding different what your python uses by default.
You'll need to specify the encoding when opening the file: https://docs.python.org/3/library/functions.html#open
Reply


Messages In This Thread
RE: selecting a particular column in csv file shows error - by stranac - Mar-15-2018, 10:30 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 526 Feb-01-2024, 03:12 PM
Last Post: DeaD_EyE
  How to read csv file update matplotlib column chart regularly SamLiu 2 1,120 Jan-21-2023, 11:33 PM
Last Post: SamLiu
  Read xml column inside csv file with Python estertabita 2 1,390 Jul-26-2022, 06:09 PM
Last Post: Larz60+
  ModuleNotFound but pip shows module installed biscotty666 2 1,615 Jul-14-2022, 05:17 PM
Last Post: Axel_Erfurt
  Os command output in variable shows wrong value paulo79 2 1,569 Apr-09-2022, 03:48 PM
Last Post: ndc85430
  How to split file by same values from column from imported CSV file? Paqqno 5 2,885 Mar-24-2022, 05:25 PM
Last Post: Paqqno
  Appending Excel column value as CSV file name sh1704 0 1,327 Feb-06-2022, 10:32 PM
Last Post: sh1704
  Create zip file from the BLOB column in ORACLE DB nnsatpute 2 2,051 Dec-31-2021, 11:00 AM
Last Post: ibreeden
  split txt file data on the first column value shantanu97 2 2,491 Dec-29-2021, 05:03 PM
Last Post: DeaD_EyE
  Index error - columns vs non-column Vinny 3 4,989 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