TimeSeries.
create
Creates an empty TimeSeries object with the period as index
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)
metadata – the optional Metadata object
TimeSeries