cf.Data.concatenate_data

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

Concatenates a list of Data objects along the specified axis.

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.