I'm trying to find what words are most frequent in a column in Big Query. (the product description column)
Is there a way to go further and find what words most commonly follow the word "Knife"? (in the product description column)
I'm trying to isolate the product descriptions that contain only sharp, dangerous knives (excluding Halloween knives, Knife Blocks, Knife Trays, Knife Organizers, etc.)
try this below query: Just replace sample string by column_name and in the exclude_words add the keywords which you need to exclude.