filter out rows of dataframe if value is in list code example Example: pandas filter rows by value in list df.loc[df['col name'].isin(ls_conditions)]