Data Join
Last updated
Last updated
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.
One or more columns should be selected.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html