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
Table· property

Table.schema

the arrow schema — column names and their types

Python
schema: pyarrow.Schema

Returns pyarrow.Schema — the column names and types

Example#

Python
t.schema                # pyarrow.Schema
t.schema.names          # ['name', 'score']
t.schema.field("score").type

Notes#

schema is the same pyarrow.Schema the wrapped table carries. For just the names, columns is a shorter list of strings.

See also#

API: columns · arrow

Guides: Tables & data flow

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