---
title: "Dataframe Input"
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/input/dataframeinput
markdown: https://docs.nodetool.ai/nodes/nodetool/input/dataframeinput.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/input/dataframeinput.md
---

# Dataframe Input

**Type:** `nodetool.input.DataframeInput`

**Namespace:** `nodetool.input`

## Description

Accepts a reference to a dataframe asset for workflows.
    input, parameter, dataframe, table, data

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | The parameter name for the workflow. | `` |
| value | `dataframe` | The dataframe to use as input. | `{"type":"dataframe","uri":"","asset_id":null,"d...` |
| description | `str` | The description of the input for the workflow. | `` |

## Outputs

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

## Related Nodes

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