---
title: "Append"
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/append
markdown: https://docs.nodetool.ai/nodes/nodetool/data/append.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/data/append.md
---

# Append

**Type:** `nodetool.data.Append`

**Namespace:** `nodetool.data`

## Description

Append two dataframes along rows.
    append, concat, rows

    Use cases:
    - Combine data from multiple time periods
    - Merge datasets with same structure
    - Aggregate data from different sources

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| dataframe_a | `dataframe` | First DataFrame to be appended. | `{"type":"dataframe","uri":"","asset_id":null,"d...` |
| dataframe_b | `dataframe` | Second DataFrame to be appended. | `{"type":"dataframe","uri":"","asset_id":null,"d...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dataframe` |  |

## Related Nodes

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