scikits.timeseries.convert_to_float¶
- convert_to_float(datearray, ofreq)¶
Convert a DateArray object from a ndarray of integers to a ndarray of float at a lower frequency.
Parameters: datearray : DateArray
Input DateArray to convert.
ofreq : var
Valid frequency specifier.
Notes
This function is currently restricted to conversion between annual ('A'), quarterly ('Q'), monthly ('M') and daily ('D') frequencies only.
