Thanks Rojo! That worked. Now I'm trying to do it just by the index to improve performance.
Looks like I might just be able to do a:
players[data['player'] - 1].SetPosition(data['playerx'],data['playery'])
Thanks for the help! It's great having more Python guys around here.