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#
Guides: Tables & data flow
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown