I am trying to remove outliers from columns. Lets say I have:
rand_df = pd.DataFrame({"A": [1,2,3], \'B\': [4,5,6]})
If I do: