Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT Add the MultiJoiner and MultiAggJoiner #810

Open
Vincent-Maladiere opened this issue Oct 30, 2023 · 0 comments
Open

FEAT Add the MultiJoiner and MultiAggJoiner #810

Vincent-Maladiere opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Vincent-Maladiere
Copy link
Member

Problem Description

As discussed in #751, we aim at clarifying Joiner and AggJoiner API by only allowing a single auxiliary table to be passed as __init__ argument. The multi-table scenario then has to be handled by a specific transformer.

Feature Description

  • Both classes check that the auxiliary input is a list of dataframe.
  • They iteratively fit Joiner instances.
  • By default, it should add suffixes to the tables to be joined based on their position in the auxiliary table list.

Alternative Solutions

We can reproduce the MultiJoiner behavior by creating a list of Joiner and putting them into a scikit-learn Pipeline.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant