df = pd.DataFrame({\'col1\':[\'A\',\'A\',\'B\'], \'col2\':[1,2,1]})
I\'d like to group the results into tuples inside a list:
[ (\'A\