I want to filter the rows on the basic of count of Person for a particular State. What I mean by that is, I only want to keep the rows for those State which have Person count of >1.
So the desired output would look like-
The desired output would have rows for State S2 and S4 removed because they had Person count of less than 2.
It would be great if someone could help me with this. Thanks in advance : )
