I have the following dataframe.
Group | Size |
---|---|
Short | Small |
Short | Small |
Moderate | Medium |
Moderate | Small |
Tall | Large |
I want to count the frequency of how many times the same row appears in the dataframe.
Group Size Time
Short Small 2
Moderate Medium 1
Moderate Small 1
Tall Large 1