Re: [Tutor] python 2.4 reading files - unexpected behaviour

2007-11-23 Thread bob gailer
John Gerdeman wrote: > Hello, > > I got a csv file, in which I have to count the occurrences of certain > numbers in columns. I can do this for one arbitrary column, but not for > all. > > The problem I encountered is as follows. Iterating through the rows of a > file works, but as soon as I try t

[Tutor] python 2.4 reading files - unexpected behaviour

2007-11-23 Thread John Gerdeman
Hello, I got a csv file, in which I have to count the occurrences of certain numbers in columns. I can do this for one arbitrary column, but not for all. The problem I encountered is as follows. Iterating through the rows of a file works, but as soon as I try to iterate through the same file aga