On Wed, 18 Jul 2012, Jonathan Karon wrote:
It looks to me like what you want to be doing is looping over elements 2 through N in each row of data, i.e. implementing a 2-dimensional loop
Jonathan, Yep.
maybe this is what you want?
I'll try it ... with the correction in your follow up message. This code looks like what I tried unsuccessfully to implement before I dropped back to what I thought was more simple if less pythonic. Thanks, Rich _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
