so I coded that:
def visualize(records): data=[] for i in records[1]: data.append(list(i)) print(data) first=0 second=0 third