timeatlas.time_series_dataset.TimeSeriesDataset.shuffle

TimeSeriesDataset.shuffle(inplace: bool = False) → timeatlas.time_series_dataset.time_series_dataset.TimeSeriesDataset

Randomizing the order of the TS in the TSD

Randomizing the order of the TS in TSDs and returning a new TSD.

Parameters

inplace – randomizing inplace or creating new object. (Default: False)

Returns: shuffled TimeSeriesDataset