Skip to main content

Documentation Index

Fetch the complete documentation index at: https://deepline.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Use Playground commands to run row-range and column-block workflows on CSV files. Deepline Playground
Use Playground for row-range and column-block execution on CSV workflows.

Command Signatures

deepline csv render --csv /path/to/file.csv

Execution Flow

  1. Start a CSV renderer session with deepline csv render --csv ....
  2. Read row windows with deepline csv show --csv /path/to/file.csv --rows START:END.
  3. Execute cells with deepline csv --execute_cells --csv /path/to/file.csv --rows START:END --cols START:END --wait --json.
  4. Stop sessions with deepline backend stop or individual columns with deepline csv --stop-column.