If you want to find rows that contain one of the substrings in a list, join that list using “|” then use the str.contains method.
If you want to find rows that contain one of the substrings in a list, join that list using “|” then use the str.contains method.