Type: lib.numpy.conversion.ArrayToList

Namespace: lib.numpy.conversion

Description

Convert a array to a nested list structure. array, list, conversion, type

Use cases:
- Prepare array data for JSON serialization
- Convert array outputs to Python data structures
- Interface array data with non-array operations

Properties

Property Type Description Default
values np_array Array to convert to list {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}

Outputs

Output Type Description
output List[any]  

Metadata

Browse other nodes in the lib.numpy.conversion namespace.