Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a data set containing resembling below table.
The requirement is to get the count of customers having only one event per channel.
for example, here for channel1 ,we have 4 Customers having only one event( B,C ,D,E). so the count is 4.
I have to apply the logic for large data set to get this output.
waiting for your responses.