scikits.timeseriesモジュールによると、time_seriesオブジェクトを定義するときに、次の頻度を使用できます。
- 年間頻度、四半期頻度、月次、週次、日次など。完全なリストは、ドキュメントのリンクに表示されます:http: //pytseries.sourceforge.net/core.constants.html#scikits.timeseries.const.freq_constants
頻度は半年ごと(年に2回)を除外します。
scikits.timeseries.time_seriesオブジェクトの半年ごとの頻度をどのように定義しますか?回避策はありますか?