Content
Given a dict of {col_name: constraint_value} return the dataframe row subset fulfilling all constraints.
{col_name: constraint_value}
df (DataFrame) –
constraints (Dict[str, Any]) –