I am trying to pull data from a database and assign them to different lists. This specific error is giving me a lot of trouble \"TypeError: tuple indices must be integers, not s
I think you should do
for index, row in result:
If you wanna access by name.