Data Join
Data Join
Input Data
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.

Workflow Example
Python Package
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html
Last updated
Was this helpful?