Skip to content

drop_rows_with_outliers() currently not working #7

@Gerhardsa0

Description

@Gerhardsa0

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:

  1. create a Table
  2. call the Table.drop_rows_with_outliers()-function
  3. see that all the values of the table are missing

Expected behavior

Only the outliers of the table should be removed

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions