Python Forum
Class for reading a csv FIie
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class for reading a csv FIie
#2
As far as I can tell, if you create the Table from a file, there won't be a titles attribute.

As always, when your code doesn't behave as you expect, it is usually because variables don't hold what you expect, add a few print() at the right places to show the contents of variables, and where they aren't what you expect, check where they are produced and add more print() to check the code flow and variable contents.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
Class for reading a csv FIie - by Ambriador - Jan-28-2017, 07:03 PM
RE: Class for reading a csv FIie - by Ofnuts - Jan-28-2017, 10:05 PM
RE: Class for reading a csv FIie - by Ambriador - Jan-29-2017, 12:46 PM
RE: Class for reading a csv FIie - by Ofnuts - Jan-29-2017, 05:41 PM

Forum Jump:

User Panel Messages

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