CSV to matrix array

Ana Dionísio anadionisio257 at gmail.com
Fri Apr 12 13:29:05 EDT 2013


That only puts the data in one column, I wanted to separate it. 

For example:
data in csv file:

1 2 3 4 5
7 8 9 10 11
a b c d e

I wanted an array where I could pick an element in each position. In the case above if I did print array[0][3] it would pick 4  



More information about the Python-list mailing list