-
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?
Currently, we have the following list_column_XY methods on Table:
list_columns_with_missing_valueslist_columns_with_non_numerical_valueslist_columns_with_numerical_values
This is not consistent.
Desired solution
Remove one of list_columns_with_non_numerical_values or list_columns_with_numerical_values.
Possible alternatives (optional)
- Add method
list_columns_without_missing_values - Get rid of the
list_column_XYmethods altogether if we instead havedrop_column_XYmethods. Or do we have a use-case for thelist_column_XYmethods other than creating a newTablewithout or only with these columns?
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