Hello
I have a dataset of about 60k lines with only 3 columns of data. They data has outliers on both the high and low end of the data. Therefore, I would like to strip out the highest 5% and lowest 5% based on a specific column that is numeric. I am struggling on figuring out how to do this and am looking for any recommendations.
Thanks
Brian
Solved! Go to Solution.
Hello Joe,
This is exactly what I needed. Thank you!!!
Thanks
Brian
Is there a way to achieve the same result but for In-Database?
Alternatively, you could use a SQL statement on input to first sort and then give an incrimental ID to your data; once you have this you have all the other tools in-db that will allow you to create your solution.
Link to in-DB append which is not standard in the package: https://gallery.alteryx.com/#!app/Append-In-DB/5ab3a06f826fd310ecda0b47
Ben