I have a dataset and I need to filter bad/invalid data for my compute. I tried percentile but that will filter genuine value
Eg: 1, 2,8,10,20,25,55,100,100000,98,99,95
Here, 100000 is corrupted/bad, When I call Max () function, I expect 100 instead of 100000.