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.
- Parameters
- data_list:
list
The list of data objects to concatenate.
- axis:
int
The axis along which to perform the concatenation.
- Returns
Data
The resulting single Data
object.