composeml.LabelTimes.copy

LabelTimes.copy(deep=True)[source]

复制此对象的索引和数据。

参数

deep (bool) – 进行深度复制,包括数据和索引的复制。如果 deep=False,则索引和数据都不会被复制。默认为 True。

返回

标签时间对象的副本。

返回类型

lt (LabelTimes)