Skip to content

Columns that are added/changed/removed by a TableTransformer  #190

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

It would be useful to know which columns get added, changed, or removed by a TableTransformer.

Desired solution

The TableTransformer abstract base class should get three new abstract methods:

  • get_names_of_added_columns
  • get_names_of_changed_columns
  • get_names_of_removed_columns

Each of them should return a list of strings in correct order. All subclasses of TableTransformer must implement these methods. The docstrings of the subclasses should also describe how columns are affected by the transformer.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

documentation 📖Improvements or additions to documentationreleasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions