Previous topic

scikits.timeseries.TimeSeries.fill

Next topic

scikits.timeseries.TimeSeries.item

This Page

scikits.timeseries.TimeSeries.filled

TimeSeries.filled(fill_value=None)

Returns an array of the same class as _data, with masked values filled with fill_value. Subclassing is preserved.

Parameters:

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.