Skip to content

Rename remove_outliers method of Table #93

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

The method Table.remove_outliers does not match the naming schema of the other methods that delete data like drop_columns or drop_duplicate_rows. In particular, it is not clear whether it operates on rows or columns.

Desired solution

Call it drop_rows_with_outliers instead.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

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