how to check is the columns has values present in the list 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])]
df_new[df_new['l_ext'].isin([31, 22, 30, 25, 64])]