how to check a substring in dataframe column code example Example: column contains substring python df2 = df.filter(regex='spike') print(df2)