Possible Duplicate:
Counting unique items in data frame
Hi my data includes same items multiple times in a column that is to say
Column A
a
b
c
a
a
c
yet the column has more than a million records.
How can I find the count of unique number of elements in the same column? Is there an easy way?
Thank you.
using the function…