---
title: "Join"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/data/join
markdown: https://docs.nodetool.ai/nodes/nodetool/data/join.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/data/join.md
---

# Join

**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` |  |

## Related Nodes

Browse other nodes in the [nodetool.data](./) namespace.
