-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done