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

# Load CSV Assets

**Type:** `nodetool.data.LoadCSVAssets`

**Namespace:** `nodetool.data`

## Description

Load dataframes from an asset folder.
    load, dataframe, file, import

    Use cases:
    - Load multiple dataframes from a folder
    - Process multiple datasets in sequence
    - Batch import of data files

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| folder | `folder` | The asset folder to load the dataframes from. | `{"type":"folder","uri":"","asset_id":null,"data...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| dataframe | `dataframe` |  |
| name | `str` |  |
| dataframes | `list` |  |
| names | `list` |  |

## Related Nodes

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