Skip to main content
The CSV Reader is the entry point for tabular data stored in .csv format. It produces a DataFrame that all downstream components can consume.

Configuration

Input / Output

Notes

  • The file is stored securely in your project’s storage. You do not need to re-upload it on subsequent runs.
  • If your columns are not named correctly after loading, check the Delimiter and Header settings.
  • For large files, prefer URL-based loading to avoid upload timeouts.