I have a problem with a code.
I have to find a specific element (I know which element it is but I do not know its position because it is random). Under normal conditions, I would use a index
and would easily get the position. The problem is that it is an array where each row is a nested list, and the index
method does not search within rows. What can I do to get the position of the element I want, in that case?