Hello,

I have a dataset with nations and studies. I'm wanting to create a frequency distribution where it shows the total number of studies conducted in each nation. Example is below.


Raw data:

Nation | Study
Brazil | 1
Brazil | 2
Brazil | 3
France | 1
France | 4




Desired Table:

Nation | f
Brazil | 3
France | 2





Any help would be greatly appreciated.