You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
The problem is this is non-consuming join, and also it asks for strings for dataframes, which makes it unuseable for joining two dataframes as input arguments for the class.
The question is, should we extend this module with another more general class? @LauJohansson @sjkp
The text was updated successfully, but these errors were encountered:
At the moment, we have the following join transfomer:
https://github.com/atc-net/atc-dataplatform/blob/main/src/atc/transformers/join_dataframes_transformer.py
The problem is this is non-consuming join, and also it asks for strings for dataframes, which makes it unuseable for joining two dataframes as input arguments for the class.
The question is, should we extend this module with another more general class?
@LauJohansson
@sjkp
The text was updated successfully, but these errors were encountered: