TimeSeriesDataset.
create
Create an empty TimeSeriesDataset object with a defined index and period
length – int representing the number of TimeSeries to include in the TimeSeriesDataset
start – str of the start of the DatetimeIndex (as in Pandas.date_range())
end – the end of the DatetimeIndex (as in Pandas.date_range())
freq – the optional frequency it can be a str or a TimeSeries (to copy its frequency)
TimeSeriesDataset