Python Forum
How can I copy specif cell from one csv to another csv
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I copy specif cell from one csv to another csv
#3
Sorry for the confusing post. I still have trouble to copy the whole string from cell to cell. I try
str(ca_rows[row][-2])
instead of
ca_rows[row][-2]
. However, I got an error message,
Error:
TypeError: can only concatenate list <not "str"> to list
I want to copy both letters or numbers from csv a to csv b. For example, the content in csv a could be "p_o", or it could be "34". Sorry for any more confusions.
Reply


Messages In This Thread
RE: How can I copy specif cell from one csv to another csv - by zoe1111 - Jan-13-2019, 09:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why is the copy method name in python list copy and not `__copy__`? YouHoGeon 2 337 Apr-04-2024, 01:18 AM
Last Post: YouHoGeon
  Need to copy column of cell values from one workbook to another with openpyxl curranjohn46 3 11,368 Oct-12-2019, 10:57 PM
Last Post: curranjohn46
  using openpyxl copy the value of a cell, not the formula Pedroski55 3 31,264 Jan-07-2018, 11:44 PM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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