-
Notifications
You must be signed in to change notification settings - Fork 777
data.frame Column Error #42
Comments
UPDATE: Value should likely be num, not chr:
I used transform to change that:
And now it's num:
but "Anom detection needs at least 2 periods worth of data":
I seem to recall reading another issue about that, so I'll look for it again. |
@stevebanik How did you get your timestamps to be in that format? I've tried doing
But my timestamps now are nums
And when I run the anomaly detector
My data frame looks like this:
Any help would be greatly appreciated! |
Same here. |
I created a data.frame called foo and attempted to format it exactly like raw_data, but when I set res, I get an error.
My data.frame:
Setting res, getting an error:
raw_data looks quite like foo:
Any idea what I'm doing wrong?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: