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.
Command Signatures
Execution Flow
- Start a CSV renderer session with
deepline csv render --csv .... - Read row windows with
deepline csv show --csv /path/to/file.csv --rows START:END. - Execute cells with
deepline csv --execute_cells --csv /path/to/file.csv --rows START:END --cols START:END --wait --json. - Stop sessions with
deepline backend stopor individual columns withdeepline csv --stop-column.