Ubuntu – polars: efficient way to apply function to filter column of strings
I have a column of long strings (like sentences) on which I want to do the following: replace certain characters create a list of the remaining strings if a string is all text see whether it is in a dictionary…