scikits.timeseries.TimeSeries.fill
scikits.timeseries.TimeSeries.item
Enter search terms or a module, class or function name.
Returns an array of the same class as _data, with masked values filled with fill_value. Subclassing is preserved.
fill_value : {None, singleton of type self.dtype}, optional
The value to fill in masked values with. If fill_value is None, uses self.fill_value.