> 5100        -         3
> 5100       foo      1
> 5200       -          1
> 5200       foo      1

> I want to count the frequency of the second column of data that I can
> access.

It's kind of the long way around, but putting it into a sql database
and doing a groupby query might work.

Alan

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to