Sorry I'm a newbie at this, but I'm trying to filter a dataframe based on the the values within one column. I have a set of usernames and I want to filter usernames with:
1.duplicate usernames
2.usernames with the following special characters: [ : ; | = , + * ? < >
3.excess spaces within usernames (ex. "john doe ")
I'm not sure how to set parameters or how to even get started.