Describe the bug
When calling the drop_rows_with_outliers-function on Table-object, the data in the table gets lost.
This failed on a large dataset(the titanic dataset).
To Reproduce
Steps to reproduce the behavior:
- create a
Table
- call the
Table.drop_rows_with_outliers()-function
- see that all the values of the table are missing
Expected behavior
Only the outliers of the table should be removed