Finds and fills the missing dates in a time series. The data corresponding to the initially missing dates are masked, or filled to fill_value.
Parameters: | data : {TimeSeries, ndarray}
dates : {DateArray} (optional)
freq : {freq_spec} (optional)
fill_value : {scalar of type data.dtype} (optional)
|
---|