I have a dataset that I would like to get a subset of. I would like the subset to be defined as strings with a value for the variable X that appears more than once. The variable X is a string.
So, for example, if x consisted of ("help", "me", "me", "with", 'this', 'this'), it returned rows with the values x ('me', 'me', " this, 'this').
Thank you so much for your help!
source share