Type: lib.numpy.conversion.ListToArray
Namespace: lib.numpy.conversion
Description
Convert a list of values to a array. list, array, conversion, type
Use cases:
- Prepare list data for array operations
- Create arrays from Python data structures
- Convert sequence data to array format
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[any] |
List of values to convert to array | [] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | np_array |
Metadata
Related Nodes
Browse other nodes in the lib.numpy.conversion namespace.