I need to concantenate tuples with pyodbc.Row datatype. I did the following:
data_list = [row for row in cursor.fetchall()]
However, tuples insid