df_filter (dict[str, Any]) – Dictionary of {column: valid_values} pairs to define the filter to be
applied. valid_values can be a single value or a list of values.
Will return only where all column conditions are met.
Returns:
A mask, which when applied, will filter df down to df_filter.