timeatlas.time_series.TimeSeries.fill

TimeSeries.fill(value: Any) → timeatlas.time_series.time_series.TimeSeries

Fill a TimeSeries with values

Fill a TimeSeries with a value. If given a unique value, all values will be broadcast. If given an array of the length of the TimeSeries, it will replace all values.

Parameters

value – Any values that you want to fill the TimeSeries with

Returns

TimeSeries