I have a use case with a large data set where I need to remove real outliers (meaning with that, impossibly high or low measurements). I'm able to do that today, but I'm not sure I'm doing it the fastest way (surely, plotting is slow as heck) and the most tidyverse idiomatic way. So it's not a code bug question, but let's say code optimization/code review. What do you think the best place to ask would be? Here, Stack Overflow or Code Review? Thanks