-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
documentation 📖Improvements or additions to documentationImprovements or additions to documentationreleasedIncluded in a releaseIncluded in a release
Description
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_columnsget_names_of_changed_columnsget_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
Reactions are currently unavailable
Metadata
Metadata
Labels
documentation 📖Improvements or additions to documentationImprovements or additions to documentationreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done