Is your feature request related to a problem?
Currently, we have to call fit and transform separately to get the fitted transformer and the transformed table. fit_and_transform only returns the transformed table.
Desired solution
Return a tuple (fitted_transformer, transformed_table).
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response