ak.from_arrow_schema -------------------- .. py:module: ak.from_arrow_schema Defined in `awkward.operations.ak_from_arrow_schema `__ on `line 14 `__. .. py:function:: ak.from_arrow_schema(schema) :param schema: Apache Arrow schema to convert into an Awkward Form. :type schema: ``pyarrow.Schema`` Converts an Apache Arrow schema into an Awkward Form. See also :py:obj:`ak.to_arrow`, :py:obj:`ak.to_arrow_table`, :py:obj:`ak.from_arrow`, :py:obj:`ak.to_parquet`, :py:obj:`ak.from_parquet`.