timeatlas.time_series_dataset.TimeSeriesDataset.fill

TimeSeriesDataset.fill(value: Any) → timeatlas.time_series_dataset.time_series_dataset.TimeSeriesDataset

Fill all values in each TimeSeries from a TimeSeriesDataset.

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

Parameters

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

Returns

TimeSeries