I have this kind of data frame at the moment :
gauche droite
1 0 1
2 0 0
3 1 0
4 0 0
5 0 0
6 0 0
7 0 0
8 0 0
9 0 0
10 0 0
11 0 0
and would like to display the rows in a list, having:
[row1,column1], [row1,column2],[row2,column1],[row2,column2],[row3,column1][row3,column2] etc....
Thanks for your answers!