pyarrow.deserialize_components

pyarrow.deserialize_components(components, SerializationContext context=None)

Reconstruct Python object from output of SerializedPyObject.to_components.

Parameters
  • components (dict) – Output of SerializedPyObject.to_components

  • context (SerializationContext, default None) –

Returns

object (the Python object that was originally serialized)