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!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to