Hi all
I have the following binary numbers:
00100
11110
10111
00111
10000
The most common first bit is 1 (there are 3 of them in the first column) and the least common is 0.
The same across each digit column would be 0,1,1,0 (most common) - giving me a total of 100110
Q- is there a way I can find these common digits on Alteryx for a larger set of numbers, and then remove the numbers which do not follow the common number:
Digit 1 is common, so i would keep 10000, 11110,10111, then check the second digit, see whats common and iterate/remove again
Many thanks