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

# Describe

**Type:** `nodetool.data.Describe`

**Namespace:** `nodetool.data`

## Description

Compute summary statistics for each numeric column: count, mean, std, min, 25%, 50%, 75%, max.
    dataframe, statistics, describe, summary, stats, mean, std, min, max, quartile

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| dataframe | `dataframe` | The dataframe to describe. | `{"rows":[]}` |

## Outputs

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

## Related Nodes

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