xdas.DataSequence.copy# DataSequence.copy(deep=True)[source]# Return a copy of the data collection. Parameters: deep (bool, optional) – If True, a deep copy is returned. If False, a shallow copy is returned. Returns: The copied data collection. Return type: DataCollection