Skip to content

Tag: list

count of unique data in one column of list of lists

I have got list of lists, have to count number of unique values in one of the columns from that list. I have got only to the point to extract that one column from the list by using the following how can I now count unique data in that column? Answer Use set to find unique elements OR