How to delete rows with multiple conditions - LINQ

Initially I tried the Filter DT activity, but it wasn’t handling null values correctly and for some reason a few values in the “valor” columns weren’t being compared as integers properly.

Then I decided to compare them as string but it got too slow and I had to create too many conditions for my exact purpose.