ak.from_arrow_schema#
Defined in awkward.operations.ak_from_arrow_schema on line 10.
- ak.from_arrow_schema(schema)#
 - Parameters
 schema (
pyarrow.Schema) – Apache Arrow schema to convert into an Awkward Form.
Converts an Apache Arrow schema into an Awkward Form.
See also ak.to_arrow, ak.to_arrow_table, ak.from_arrow, ak.to_parquet, ak.from_parquet.