composeml.LabelTimes.copy

LabelTimes.copy(deep=True)[source]

Make a copy of this object’s indices and data.

Parameters

deep (bool) – Make a deep copy, including a copy of the data and the indices. With deep=False neither the indices nor the data are copied. Default is True.

Returns

A copy of the label times object.

Return type

lt (LabelTimes)