Inputs
*Left Data
Left data to perform JOIN.
*Right Data
Right data to perform JOIN.
*Output Name
Output data after performing JOIN. (EQUI-JOIN)
*Left Var. Name
Select columns of Left Data to compare in join condition.
One or more columns should be selected.
*Right Var. Name
Select columns of Right Data to compare in join condition.
R-Flow Task Example Videoarrow-up-right
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.htmlarrow-up-right
Last updated 5 years ago