Reading a CSV file

Ana Dionísio anadionisio257 at gmail.com
Tue Apr 23 17:39:17 EDT 2013


Hello!

I need to read a CSV file that has "n" rows and "m" columns and if a certain condition is met, for exameple n==200, it prints all the columns in that row. How can I do this? I tried to save all the data in a multi-dimensional array but I get this error:

"ValueError: array is too big."

Thank you!



More information about the Python-list mailing list