> On Feb 23, 2017, at 3:00 PM, Deborah Swanson <pyt...@deborahswanson.net 
> <mailto:pyt...@deborahswanson.net>> wrote:
> 
> The weirdness is that 
> 
> group[0][4] 
> 
> gets the right answer, but
> 
> group[[idx][records_idx[label]]], 
> where idx = 0 and records_idx[label]] = 4


If that's the case, then I think you need this instead:

group[idx][records_idx[label]]

Irv


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to