Skip to content

Method in Table to apply transformer  #110

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

To allow method chaining, I'd like to have a method in the Table class to apply a (fitted) transformer.

Desired solution

class Table:
   def transform_table(self, transformer: TableTransformer) -> Table:
      ...

It should also maintain the tagging of a TaggedTable (#58).

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

There is already a method transform_column. We should make it very clear which method is used for which task.

Metadata

Metadata

Labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions