I have a large data frame filled with numbers and a second data frame with limits (a high and low acceptable range) for each column. Im wondering how I can use the high and low limits to find data that falls outside of that range for each column. I can do this with a for loop, but it is a messy solution (and I'm sure inefficient) so I'm wondering if there is another way. I have a large data frame filled with numbers a