drop pandas columns according to list of strings code example Example: python drop all variable that start with the same name df.filter(like='result',axis=1)