My dataset has a column which has a name from a airbnb and that name has emojis and special characters. I want to remove them and let there only the letters.
Take a look at this article that shows different ways to remove emojis from a Java String. Using emoji library, regular expressions and Unicode ranges. For example, use regular expression on a tJavaRow: