CSV to matrix array

Miki Tebeka miki.tebeka at gmail.com
Fri Apr 12 19:10:57 EDT 2013


> I have a CSV file with 20 rows and 12 columns and I need to store it as a matrix.
If you can use pandas, the pandas.read_csv is what you want.



More information about the Python-list mailing list