Hi @SDF1
There are more than 2 M rows in the actual data set. And this is by chance that when I was creating a sample data set I tool values less than 0.25 and hence you are seeing it all the "Data" <= 0.25. That login will not work.
"ID" is the main column. Each ID can have multiple "Sub-set" like "AAA", "CCC" etc. (The same "Sub-set" are exist for different "ID" as well.) Now for each "Sub-set", we have "No. of Occurrence" (repeated pattern) like - 2,2,2,2,2,2,2,2,2,2 or 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 with different length and this may not be in consecutive order! Now same "No. of Occurrence" (repeated pattern) can be there for other "Sub-set" as well.
The only thing from "Data" if we want to use is - for each patterns ("No. of Occurrence") starts at the lowest "Data" value (but not a fixed number) and end at highest "Data" value for that pattern (again not a fix value).
I hope things are bit clear now!
Thanks.