Data.
concatenate_data
Concatenates a list of Data objects into a single Data object along the specified access (see cf.Data.concatenate for details). In the case that the list contains only one element, that element is simply returned.
list
The list of data objects to concatenate.
int
The axis along which to perform the concatenation.
Data
The resulting single Data object.