Previous topic

scikits.timeseries.DateArray.tovalue

Next topic

scikits.timeseries.DateArray.toordinal

This Page

scikits.timeseries.DateArray.tofloat

DateArray.tofloat(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.