timeatlas.time_series_dataset.TimeSeriesDataset.merge

TimeSeriesDataset.merge(tsd: timeatlas.time_series_dataset.time_series_dataset.TimeSeriesDataset) → timeatlas.time_series_dataset.time_series_dataset.TimeSeriesDataset

Merge two TimeSeriesDataset by the index of the TimeSeries

This methods merges the TimeSeries from the TimeSeriesDataset (TSD) in argument with self based on the indexes of each one of the TSDs.

Parameters

tsd – the TimeSeriesDataset to merge with self

Returns

TimeSeriesDataset