Skip to content

list_column_XY methods on Table #94

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Currently, we have the following list_column_XY methods on Table:

  • list_columns_with_missing_values
  • list_columns_with_non_numerical_values
  • list_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_XY methods altogether if we instead have drop_column_XY methods. Or do we have a use-case for the list_column_XY methods other than creating a new Table without or only with these columns?

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