CSV Dictionary

JC chalao.adda at gmail.com
Mon Dec 29 11:37:05 EST 2014


On Mon, 29 Dec 2014 10:32:03 -0600, Skip Montanaro wrote:

> On Mon, Dec 29, 2014 at 10:11 AM, JC <chalao.adda at gmail.com> wrote:
>> Do I have to open the file again to get 'rdr' work again?
> 
> Yes, but if you want the number of records, just operate on the rows
> list, e.g. len(rows).
> 
> Skip

Yes, I did that. But if I need to use 'rdr' again, I have to open it 
again, right? Is there any ways to get 'rdr' point to first record again?

Thanks.



More information about the Python-list mailing list