Im trying to find the number of occurrences of each row value throughout the data frame.
count(df,"name of column")
This is what the data looks like
right now I get just the number of rows altogether rather than the occurrence of each value.
Thanks!