pyarrow.deserialize

pyarrow.deserialize(obj, SerializationContext context=None)

EXPERIMENTAL: Deserialize Python object from Buffer or other Python object supporting the buffer protocol.

This only can interact with data produced by pyarrow.serialize or pyarrow.serialize_to.

Parameters
Returns

deserialized (object)