Count of distinct values in pandas column which has list of values
0
Follow
0
View
Count of distinct values in pandas column which has list of values
I have a dataframe column which contains lists of values.
I am interested in getting the count of each distinct value inside the list across the column using python.