I have a simple dataset:
I want to delete the rows where count>1 when animal is cat or dog. So the output should look like:
Can I get the result in an efficient way? Thank you
I have a simple dataset:
I want to delete the rows where count>1 when animal is cat or dog. So the output should look like:
Can I get the result in an efficient way? Thank you