I have a DataFrame from which I\'m filtering the values. Lets say that my data is x=[1 1 1 2 2 3 3 3 1 1 1 3 3 1 1]; and I\'d like to have all the indexes where
x=[1 1 1 2 2 3 3 3 1 1 1 3 3 1 1];