CSV to matrix array

Ana Dionísio anadionisio257 at gmail.com
Sat Apr 13 11:30:23 EDT 2013


It's still not working. I still have one column with all the data inside, like this:

2999;T3;3;1;1;Off;ON;OFF;ON;ON;ON;ON;Night;;;;;;

How can I split this data in a way that if I want to print "T3" I would just do "print array[0][1]"?  



More information about the Python-list mailing list