Use csv.DictReader to get a list of dicts (you get one for each row,
with the values as the vals and the column headings as the keys) and
then do a len(list)?

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

Reply via email to