---
title: "Data Frame"
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/constant/dataframe
markdown: https://docs.nodetool.ai/nodes/nodetool/constant/dataframe.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/constant/dataframe.md
---

# Data Frame

**Type:** `nodetool.constant.DataFrame`

**Namespace:** `nodetool.constant`

## Description

Represents a fixed DataFrame constant in the workflow.
    table, data, dataframe, pandas

    Use cases:
    - Provide static data for analysis or processing
    - Define lookup tables or reference data
    - Set sample data for testing or demonstration

## Properties

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

## Outputs

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

## Related Nodes

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