Sandbox — LSD is in active testing. All systems operational·payments are test-mode (no real charges).
Overview Use Cases News Docs Tool Store Support Community Get LSD
All docs
RunResult· property

RunResult.output

the last step's primary output as a table

Python
output -> Table | None

Returns Table — the last step's primary output, or None if it produced none

Example#

Python
data = Engine().run(pipeline).output   # an lsdtools Table
data.print()

Notes#

Wraps the run's terminal Arrow table in an lsdtools Table; it is None when no step produced an output table. Reach the raw pyarrow.Table via .pipeline.output when you need it.

See also#

API: outputs · print · Table

By LSD Team · Last updated Jul 17, 2026 Ask on Discord View as Markdown