Type: nodetool.data.Join

Namespace: nodetool.data

Description

Join two dataframes on specified column. join, merge, column

Use cases:
- Combine data from related tables
- Enrich dataset with additional information
- Link data based on common identifiers

Properties

Property Type Description Default
dataframe_a dataframe First DataFrame to be merged. {"type":"dataframe","uri":"","asset_id":null,"d...
dataframe_b dataframe Second DataFrame to be merged. {"type":"dataframe","uri":"","asset_id":null,"d...
join_on str The column name on which to join the two dataframes. ``

Outputs

Output Type Description
output dataframe  

Browse other nodes in the nodetool.data namespace.