filter a DataFrame using complete word only
filter a DataFrame using complete word only Problem Description: I have a large DataFrame (named: complete) of data (only two columns). I want to filter it using complete words only, instead of substrings. Ex: complete dataframe: comment sentiment fast running 0.9 heavily raining 0.5 in the house 0.1 coming in 0.0 rubbing it -0.5 if … Read more