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

# Save Dataframe

**Type:** `nodetool.data.SaveDataframe`

**Namespace:** `nodetool.data`

## Description

Save dataframe in specified folder.
    csv, folder, save

    Use cases:
    - Export processed data for external use
    - Create backups of dataframes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| df | `dataframe` |  | `{"type":"dataframe","uri":"","asset_id":null,"d...` |
| folder | `folder` | Name of the output folder. | `{"type":"folder","uri":"","asset_id":null,"data...` |
| name | `str` |          Name of the output file.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `output.csv` |

## Outputs

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

## Related Nodes

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