python check if value from list is in column data frame 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])]