Is your feature request related to a problem?
In it's current state, Table.remove_rows_with_outliers() usually removes too many rows to be useful.
Desired solution
- Add a parameter to specify the columns to check. Only remove the row if one of those column values is an outlier.
- Raise an error if a wrong column name is given.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response