Forum Discussion
veranceftw
4 years agoHelper II
Rolling Mean Average
Hello, I have a dataset that looks like this: date time value worker_id 2021 01 07 1 0.2 14562 2021 01 07 10 0.1 14562 2021 01 07 15 0.45 14562 2021 01 07 22 0.05 15...
veranceftw
4 years agoHelper II
The output would be the rolling mean average per user with window = 3.
I don't know why the date is messed up in the post but it should look like this:
Actions are ordered by date and time, the rolling mean average should be calculated at every 3 actions.
- Ashish_Mathur4 years agoSuper User
Hi,
I still do not understand your requirement. Someone else who does will help you.