I want to exclude specific participants from a DataFrame and create it from an existing DataFrame. I want a method to exclude it using multiple criteria. For example:- Excluding all men over 50 with low bp, I have tried subset() but it didn't worked for me.