Transpose List

../../../../_images/transpose_list.svg

Swap the first and second layers of a nested list.

For example a list with two inner lists, each of length three, will become a list with three inner lists, each of length two.

This node requires all inner lists to be of equal length.

Input ports:
in:

[[<a>]]

List

Output ports:
out:

[[<a>]]

Transposed List

Configuration:

class node_list_operations.TransposeList[source]