how to check if set of values are in a panda dataframe code example Example: pandas check if value in column is in a list df_new[df_new['l_ext'].isin([31, 22, 30, 25, 64])]