Python Forum
Error checking and a call to read_cvs
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error checking and a call to read_cvs
#2
what do path1 and path2 look line before being combined?
what does full_path look like?
Is this what you expected?

Also, when opening a Path type path, do so like (replacement for line 10):
with full_input_path.open() as input_file:
Reply


Messages In This Thread
Error checking and a call to read_cvs - by rsherry8 - May-07-2021, 07:20 PM
RE: Error checking and a call to read_cvs - by Larz60+ - May-07-2021, 10:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Panda.read_cvs Issues Reading Certain Columns BlackHeart 5 6,206 Oct-27-2017, 04:29 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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