cf.Data.concatenate_data

classmethod Data.concatenate_data(data_list, axis)[source]

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.