Hello,

I need some help creating a simple descriptive table. My data looks as follows:

Array


I would like to know how many unique banks (b_id) are in each country (c_id) in my dataset. So, for example, how many unique b_id's are there in the US (c_id = 43), Canada (c_id=55),....

Thanks!