Posts by Victor • 1 point
1 post
-
0
votes0
answers41
viewsQ: For loop inside another For loop
I’m having a problem iterating a dataset. The main idea was to separate the main dataset into others, one for each team, from a for loop. Then apply another for loop to traverse the rows of each set…