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

# For Each Row

**Type:** `nodetool.data.ForEachRow`

**Namespace:** `nodetool.data`

## Description

Iterate over rows of a dataframe.
    iterator, loop, dataframe, sequence, rows

    Use cases:
    - Process each row of a dataframe individually
    - Trigger actions for every record in a dataset

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| dataframe | `dataframe` | The input dataframe. | `{"type":"dataframe","uri":"","asset_id":null,"d...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| row | `dict` |  |
| index | `any` |  |

## Related Nodes

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