Schema.to_pyarrow_schema#

classmethod Schema.to_pyarrow_schema() pa.Schema[source]#

Obtain the pyarrow schema for this schema.

Returns:

A pyarrow schema that mirrors the schema defined by this class.