Iterate over row columns

Since you’re trying to make a dict, you might try something like:

my_copy = dict(self.item)
1 Like