timeatlas.time_series.TimeSeries.copy

TimeSeries.copy(deep=False) → timeatlas.time_series.time_series.TimeSeries

Copy a TimeSeries

Copy the TSD to either a deep or shallow copy of itself

Parameters

deep – if True, creates a deep copy else a shallow one

Returns: (deep) copy of TimeSeries