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
Hello everybody,
thanks a lot for developing this library. I really think it's a great idea and I'd love to use it.
When playing a bit I found that the weekly timeseries seem to be allowed to be anchored only on Sunday. When anchored on a different day of the week I will get NaN. I was wondering if this is intentional or if this is a bug.
Here are two pieces of code that should clarify what I mean.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everybody,
thanks a lot for developing this library. I really think it's a great idea and I'd love to use it.
When playing a bit I found that the weekly timeseries seem to be allowed to be anchored only on Sunday. When anchored on a different day of the week I will get NaN. I was wondering if this is intentional or if this is a bug.
Here are two pieces of code that should clarify what I mean.
Working code (note: 2022-05-01 was a Sunday):
output:
Code producing NaN (note: 2022-05-02 was a Monday):
output:
Beta Was this translation helpful? Give feedback.
All reactions