You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pond.js has some fantastic ease of use TimeSeries roll-up functions, but it does have support for iso standard weeks (Monday - Sunday), nor it seems the US/Canada non-standard Sunday-Saturday is supported.
From what I've gleaned the most proximate possibility is
If non-standard Sunday - Saturday needs to be included, then probably all offsets should be as there's a variety of non-standard first days of the week around the world.
If a weeklyRollup method should be included, it's a bit unclear what the interface ought to be, but perhaps only a support of iso-weeks with TimeSeries.weeklyRollup(options)
The text was updated successfully, but these errors were encountered:
Pond.js has some fantastic ease of use
TimeSeries
roll-up functions, but it does have support for iso standard weeks (Monday - Sunday), nor it seems the US/Canada non-standard Sunday-Saturday is supported.From what I've gleaned the most proximate possibility is
But as the unix epoch wasn't on a Monday, nor Sunday for that matter, this splits the data in the middle of the week.
Suggested interface
Using
fixedWindowRollup
for Monday - Sunday:Using
fixedWindowRollup
for Sunday - Saturday, if such support should be included:If non-standard Sunday - Saturday needs to be included, then probably all offsets should be as there's a variety of non-standard first days of the week around the world.
If a
weeklyRollup
method should be included, it's a bit unclear what the interface ought to be, but perhaps only a support of iso-weeks withTimeSeries.weeklyRollup(options)
The text was updated successfully, but these errors were encountered: