Operation deserialize.table.as.python_object in plugin tabular v0.5.3
Author(s) | Markus Binsteiner (markus@frkl.io) |
Tags | tabular |
Operation type | deserialize |
Inputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
table | The value object. | table | true | null |
deserialization_config | Serialization-format specific configuration. | any | false | null |
Outputs
Name | Description | Type | Required? | Default |
---|---|---|---|---|
python_object | The deserialized python object instance. | python_object | true | null |
Module configuration
Module load.table
With configuration options:
serialization_profile | "feather" |
target_profile | "python_object" |
value_type | "table" |