Skip to content
Snippets Groups Projects
Commit ab4792f5 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed init and freq members from dseries class (redundant informations).

The frequency and initial date can still be accessed with the usual syntax:

ts.freq
ts.init

It is also possible to get the last date:

ts.last

Added new methods frequency, firstdate and lastdate as alias for ts.dates.freq, ts.dates(1) and ts.dates(end)
parent d304c051
Loading
Showing
with 133 additions and 102 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment