logo

Filter dataset with 'OR' condition without using formula recipe — Dataiku Community

suppose I want to filter the dataset with the condition : (CITY = 'A' AND DATE <= '31Dec2021') OR (CITY ='B' AND DATE >= '10Jan2019')

Related Recipes