Forum Discussion
mario_ruiz
3 years agoHelper II
Difference between Distinct and Unique when using column distribution
When using the Transform Data feature, over the View tab, there's an option that we can check: Column distribution, which brings distinct and unique values... What's the difference between these valu...
HoangHugo
3 years agoSolution Specialist
Hi,
I found it from Online
“Distinct” means total number of different values regardless how many times it appears in the dataset. A name appears in the list multiple times is counted as 1 distinct count.
Whereas, the “Unique” value is total number of values that only appear once.