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

# Save CSVDataframe File

**Type:** `nodetool.data.SaveCSVDataframeFile`

**Namespace:** `nodetool.data`

## Description

Write a pandas DataFrame to a CSV file.
    files, csv, write, output, save, file

    The filename can include time and date variables:
    %Y - Year, %m - Month, %d - Day
    %H - Hour, %M - Minute, %S - Second

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| dataframe | `dataframe` | DataFrame to write to CSV | `{"type":"dataframe","uri":"","asset_id":null,"d...` |
| folder | `str` | Folder where the file will be saved | `` |
| filename | `str` | Name of the CSV file to save. Supports strftime format codes. | `` |

## Outputs

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

## Related Nodes

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