how to select columns that have a certian word in pandas code example Example: pandas filter string contain df[df['A'].str.contains("hello")]