P:

Stupid question:

reader = csv.reader(open('somefile.csv'))
for row in reader:
    do something

Any way to determine the "length" of the reader (the number of rows)
before iterating through the rows?

-CJL

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to