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
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